Html Css Color HEX #CC2427 Fire Engine Red

📋 copy color: '#CC2427'

red 204 ◦ green 36 ◦ blue 39

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

Shades of Fire Engine Red #CC2427

Tints of Fire Engine Red #CC2427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 73.12%
G = 12.9%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2427 (or 0xCC2427) is known color: Fire Engine Red. HEX triplet: CC, 24 and 27. RGB value is (204,36,39). Sum of RGB (Red+Green+Blue) = 204+36+39=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2427 is #33DBD8. Grayscale: #565656. Windows color (decimal): -3398617 or 2565324. OLE color: 2565324.

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

Color convert

RGB 204 36 39 -
CMYK 0 0.82 0.81 0.2
HSL 358.93º 0.7% 0.47% -
HSV(B) 358.93º 0.82% 0.8% -
XYZ 25.9 14.25 3.3 -
YUV 86.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 204 36 39 0 0.82 0.81 0.2 358.93 0.7 0.47
Hex CC 24 27 0 52 51 14 167 46 2F
Octal 314 44 47 0 122 121 24 547 106 57
Binary 11001100 100100 100111 0 1010010 1010001 10100 101100111 1000110 101111

Color Harmonies of #CC2427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2427

Black with #CC2427

Text Example


Text Example

White with #CC2427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2427; }

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

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

background-color css

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

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

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

border-color css

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

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

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