#cc0826

Color #CC0826 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CC0826

Tints of Fire Engine Red #CC0826

Color information

#CC0826 (or 0xCC0826) is unknown color: approx Fire Engine Red. HEX triplet: CC, 08 and 26. RGB value is (204,8,38). Sum of RGB (Red+Green+Blue) = 204+8+38=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0826 is #33F7D9. Grayscale: #464646. Windows color (decimal): -3405786 or 2492620. OLE color: 2492620.

HSL color Cylindrical-coordinate representation of color #CC0826: hue angle of 350.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0826 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB204838-
CMYK00.960.810.2
HSL350.82º92.45%41.57%-
HSV(B)350.82º96.08%80%-
XYZ25.3413.153.04-
YUV70.02109.93223.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 81.6%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=81.6%
G=3.2%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20483800.960.810.2350.8292.4541.57
HexCC826060511415f5c2a
Octal314104601401212453713452
Binary110011001000100110011000001010001101001010111111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc0826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc0826; }

 p { color: rgb(204,8,38); }

 H1.HeaderClassName
 {
   color: #cc0826;
 }
 .AnyTagClassName
 {
   color: #cc0826;
 }
</style>
background-color css

<style>
 a { background-color: #cc0826; }

 a { background-color: rgb(204,8,38); }

 div.DivClassName
 {
   background-color: #cc0826;
 }
 .BgClassName
 {
   background-color: #cc0826;
 }
</style>
border-color css

<style>
 span { border-color: #cc0826; }

 span { border-color: rgb(204,8,38); }

 td.TdClassName
 {
   border-color: #cc0826;
 }
 .TagClassName
 {
   border-color: #cc0826;
 }
</style>