#CC1819

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

Shades of Fire Engine Red #CC1819

Tints of Fire Engine Red #CC1819

Color information

#CC1819 (or 0xCC1819) is unknown color: approx Fire Engine Red. HEX triplet: CC, 18 and 19. RGB value is (204,24,25). Sum of RGB (Red+Green+Blue) = 204+24+25=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1819 is #33E7E6. Grayscale: #4E4E4E. Windows color (decimal): -3401703 or 1644748. OLE color: 1644748.

HSL color Cylindrical-coordinate representation of color #CC1819: hue angle of 359.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1819 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB2042425-
CMYK00.880.880.2
HSL359.67º78.95%44.71%-
HSV(B)359.67º88.24%80%-
XYZ25.413.562.2-
YUV77.9398.13217.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 80.63%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 25 (10.16% from 255) = 9.88%
R=80.63%
G=9.49%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204242500.880.880.2359.6778.9544.71
HexCC181905858141684f2d
Octal314303101301302455011755
Binary110011001100011001010110001011000101001011010001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1819; }

 p { color: rgb(204,24,25); }

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

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

 a { background-color: rgb(204,24,25); }

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

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

 span { border-color: rgb(204,24,25); }

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