Html Css Color HEX #CC2627 Fire Engine Red

📋 copy color: '#CC2627'

red 204 ◦ green 38 ◦ blue 39

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

Shades of Fire Engine Red #CC2627

Tints of Fire Engine Red #CC2627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.52%

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

R = 72.6%
G = 13.52%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2627 (or 0xCC2627) is known color: Fire Engine Red. HEX triplet: CC, 26 and 27. RGB value is (204,38,39). Sum of RGB (Red+Green+Blue) = 204+38+39=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2627 is #33D9D8. Grayscale: #575757. Windows color (decimal): -3398105 or 2565836. OLE color: 2565836.

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

Color convert

RGB 204 38 39 -
CMYK 0 0.81 0.81 0.2
HSL 359.64º 0.69% 0.47% -
HSV(B) 359.64º 0.81% 0.8% -
XYZ 25.96 14.37 3.32 -
YUV 87.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 204 38 39 0 0.81 0.81 0.2 359.64 0.69 0.47
Hex CC 26 27 0 51 51 14 168 45 2F
Octal 314 46 47 0 121 121 24 550 105 57
Binary 11001100 100110 100111 0 1010001 1010001 10100 101101000 1000101 101111

Color Harmonies of #CC2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2627

Black with #CC2627

Text Example


Text Example

White with #CC2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2627; }

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

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

background-color css

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

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

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

border-color css

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

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

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