Html Css Color HEX #CC2327 Fire Engine Red

📋 copy color: '#CC2327'

red 204 ◦ green 35 ◦ blue 39

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

Shades of Fire Engine Red #CC2327

Tints of Fire Engine Red #CC2327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

 BLUE value IS 39 (15.63% from 255) = 14.03%

R = 73.38%
G = 12.59%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2327 (or 0xCC2327) is known color: Fire Engine Red. HEX triplet: CC, 23 and 27. RGB value is (204,35,39). Sum of RGB (Red+Green+Blue) = 204+35+39=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2327 is #33DCD8. Grayscale: #565656. Windows color (decimal): -3398873 or 2565068. OLE color: 2565068.

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

Color convert

RGB 204 35 39 -
CMYK 0 0.83 0.81 0.2
HSL 358.58º 0.71% 0.47% -
HSV(B) 358.58º 0.83% 0.8% -
XYZ 25.87 14.19 3.29 -
YUV 85.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 204 35 39 0 0.83 0.81 0.2 358.58 0.71 0.47
Hex CC 23 27 0 53 51 14 167 47 2F
Octal 314 43 47 0 123 121 24 547 107 57
Binary 11001100 100011 100111 0 1010011 1010001 10100 101100111 1000111 101111

Color Harmonies of #CC2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2327

Black with #CC2327

Text Example


Text Example

White with #CC2327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2327; }

 p { color: rgb(204,35,39); }

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

background-color css

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

 a { background-color: rgb(204,35,39); }

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

border-color css

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

 span { border-color: rgb(204,35,39); }

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