Html Css Color HEX #CC1819 Fire Engine Red

📋 copy color: '#CC1819'

red 204 ◦ green 24 ◦ blue 25

#CC1819
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CC1819

Tints of Fire Engine Red #CC1819

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 value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC1819 (or 0xCC1819) is known color: 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

RGB 204 24 25 -
CMYK 0 0.88 0.88 0.2
HSL 359.67º 0.79% 0.45% -
HSV(B) 359.67º 0.88% 0.8% -
XYZ 25.4 13.56 2.2 -
YUV 77.93 98.13 217.92 -
System Red Green Blue C M Y K H S L
Decimal 204 24 25 0 0.88 0.88 0.2 359.67 0.79 0.45
Hex CC 18 19 0 58 58 14 168 4F 2D
Octal 314 30 31 0 130 130 24 550 117 55
Binary 11001100 11000 11001 0 1011000 1011000 10100 101101000 1001111 101101

Color Harmonies of #CC1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1819

Black with #CC1819

Text Example


Text Example

White with #CC1819

Text Example


Text Example

HTML Codes & Css Web 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>