Html Css Color HEX #CC1027 Fire Engine Red

📋 copy color: '#CC1027'

red 204 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #CC1027

Tints of Fire Engine Red #CC1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

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

R = 78.76%
G = 6.18%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1027 (or 0xCC1027) is known color: Fire Engine Red. HEX triplet: CC, 10 and 27. RGB value is (204,16,39). Sum of RGB (Red+Green+Blue) = 204+16+39=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1027 is #33EFD8. Grayscale: #4A4A4A. Windows color (decimal): -3403737 or 2560204. OLE color: 2560204.

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

Color convert

RGB 204 16 39 -
CMYK 0 0.92 0.81 0.2
HSL 352.66º 0.85% 0.43% -
HSV(B) 352.66º 0.92% 0.8% -
XYZ 25.45 13.35 3.16 -
YUV 74.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 204 16 39 0 0.92 0.81 0.2 352.66 0.85 0.43
Hex CC 10 27 0 5C 51 14 161 55 2B
Octal 314 20 47 0 134 121 24 541 125 53
Binary 11001100 10000 100111 0 1011100 1010001 10100 101100001 1010101 101011

Color Harmonies of #CC1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1027

Black with #CC1027

Text Example


Text Example

White with #CC1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1027; }

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

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

background-color css

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

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

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

border-color css

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

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

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