Html Css Color HEX #CC0827 Fire Engine Red

📋 copy color: '#CC0827'

red 204 ◦ green 8 ◦ blue 39

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

Shades of Fire Engine Red #CC0827

Tints of Fire Engine Red #CC0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

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

R = 81.27%
G = 3.19%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC0827 (or 0xCC0827) is known color: Fire Engine Red. HEX triplet: CC, 08 and 27. RGB value is (204,8,39). Sum of RGB (Red+Green+Blue) = 204+8+39=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0827 is #33F7D8. Grayscale: #464646. Windows color (decimal): -3405785 or 2558156. OLE color: 2558156.

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

Color convert

RGB 204 8 39 -
CMYK 0 0.96 0.81 0.2
HSL 350.51º 0.92% 0.42% -
HSV(B) 350.51º 0.96% 0.8% -
XYZ 25.35 13.16 3.12 -
YUV 70.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 204 8 39 0 0.96 0.81 0.2 350.51 0.92 0.42
Hex CC 8 27 0 60 51 14 15F 5C 2A
Octal 314 10 47 0 140 121 24 537 134 52
Binary 11001100 1000 100111 0 1100000 1010001 10100 101011111 1011100 101010

Color Harmonies of #CC0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0827

Black with #CC0827

Text Example


Text Example

White with #CC0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0827; }

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

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

background-color css

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

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

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

border-color css

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

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

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