Html Css Color HEX #CC1920 Fire Engine Red

📋 copy color: '#CC1920'

red 204 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #CC1920

Tints of Fire Engine Red #CC1920

RGB

 RED value IS 204 (80.08% from 255) = 78.16%

 GREEN value IS 25 (10.16% from 255) = 9.58%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 78.16%
G = 9.58%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC1920 (or 0xCC1920) is known color: Fire Engine Red. HEX triplet: CC, 19 and 20. RGB value is (204,25,32). Sum of RGB (Red+Green+Blue) = 204+25+32=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1920 is #33E6DF. Grayscale: #4F4F4F. Windows color (decimal): -3401440 or 2103756. OLE color: 2103756.

HSL color Cylindrical-coordinate representation of color #CC1920: hue angle of 357.65º degrees, saturation: 0.78, 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 #CC1920 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 32 -
CMYK 0 0.88 0.84 0.2
HSL 357.65º 0.78% 0.45% -
HSV(B) 357.65º 0.88% 0.8% -
XYZ 25.51 13.64 2.65 -
YUV 79.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 204 25 32 0 0.88 0.84 0.2 357.65 0.78 0.45
Hex CC 19 20 0 58 54 14 166 4E 2D
Octal 314 31 40 0 130 124 24 546 116 55
Binary 11001100 11001 100000 0 1011000 1010100 10100 101100110 1001110 101101

Color Harmonies of #CC1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1920

Black with #CC1920

Text Example


Text Example

White with #CC1920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1920; }

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

 H1.HeaderClassName
 {
   color: #CC1920;
 }
 .AnyTagClassName
 {
   color: #CC1920;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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