Html Css Color HEX #CC1227 Fire Engine Red

📋 copy color: '#CC1227'

red 204 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #CC1227

Tints of Fire Engine Red #CC1227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 78.16%
G = 6.9%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1227 (or 0xCC1227) is known color: Fire Engine Red. HEX triplet: CC, 12 and 27. RGB value is (204,18,39). Sum of RGB (Red+Green+Blue) = 204+18+39=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1227 is #33EDD8. Grayscale: #4C4C4C. Windows color (decimal): -3403225 or 2560716. OLE color: 2560716.

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

Color convert

RGB 204 18 39 -
CMYK 0 0.91 0.81 0.2
HSL 353.23º 0.84% 0.44% -
HSV(B) 353.23º 0.91% 0.8% -
XYZ 25.48 13.42 3.17 -
YUV 76.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 204 18 39 0 0.91 0.81 0.2 353.23 0.84 0.44
Hex CC 12 27 0 5B 51 14 161 54 2C
Octal 314 22 47 0 133 121 24 541 124 54
Binary 11001100 10010 100111 0 1011011 1010001 10100 101100001 1010100 101100

Color Harmonies of #CC1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1227

Black with #CC1227

Text Example


Text Example

White with #CC1227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1227; }

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

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

background-color css

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

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

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

border-color css

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

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

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