Html Css Color HEX #CC2127 Fire Engine Red

📋 copy color: '#CC2127'

red 204 ◦ green 33 ◦ blue 39

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

Shades of Fire Engine Red #CC2127

Tints of Fire Engine Red #CC2127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

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

R = 73.91%
G = 11.96%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2127 (or 0xCC2127) is known color: Fire Engine Red. HEX triplet: CC, 21 and 27. RGB value is (204,33,39). Sum of RGB (Red+Green+Blue) = 204+33+39=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2127 is #33DED8. Grayscale: #545454. Windows color (decimal): -3399385 or 2564556. OLE color: 2564556.

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

Color convert

RGB 204 33 39 -
CMYK 0 0.84 0.81 0.2
HSL 357.89º 0.72% 0.46% -
HSV(B) 357.89º 0.84% 0.8% -
XYZ 25.81 14.07 3.28 -
YUV 84.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 204 33 39 0 0.84 0.81 0.2 357.89 0.72 0.46
Hex CC 21 27 0 54 51 14 166 48 2E
Octal 314 41 47 0 124 121 24 546 110 56
Binary 11001100 100001 100111 0 1010100 1010001 10100 101100110 1001000 101110

Color Harmonies of #CC2127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2127

Black with #CC2127

Text Example


Text Example

White with #CC2127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2127; }

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

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

background-color css

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

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

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

border-color css

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

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

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