Html Css Color HEX #CC1627 Fire Engine Red

📋 copy color: '#CC1627'

red 204 ◦ green 22 ◦ blue 39

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

Shades of Fire Engine Red #CC1627

Tints of Fire Engine Red #CC1627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 76.98%
G = 8.3%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1627 (or 0xCC1627) is known color: Fire Engine Red. HEX triplet: CC, 16 and 27. RGB value is (204,22,39). Sum of RGB (Red+Green+Blue) = 204+22+39=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1627 is #33E9D8. Grayscale: #4E4E4E. Windows color (decimal): -3402201 or 2561740. OLE color: 2561740.

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

Color convert

RGB 204 22 39 -
CMYK 0 0.89 0.81 0.2
HSL 354.4º 0.81% 0.44% -
HSV(B) 354.4º 0.89% 0.8% -
XYZ 25.55 13.56 3.19 -
YUV 78.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 204 22 39 0 0.89 0.81 0.2 354.4 0.81 0.44
Hex CC 16 27 0 59 51 14 162 51 2C
Octal 314 26 47 0 131 121 24 542 121 54
Binary 11001100 10110 100111 0 1011001 1010001 10100 101100010 1010001 101100

Color Harmonies of #CC1627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1627

Black with #CC1627

Text Example


Text Example

White with #CC1627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1627; }

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

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

background-color css

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

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

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

border-color css

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

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

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