Html Css Color HEX #CC1827 Fire Engine Red

📋 copy color: '#CC1827'

red 204 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #CC1827

Tints of Fire Engine Red #CC1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 76.4%
G = 8.99%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1827 (or 0xCC1827) is known color: Fire Engine Red. HEX triplet: CC, 18 and 27. RGB value is (204,24,39). Sum of RGB (Red+Green+Blue) = 204+24+39=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1827 is #33E7D8. Grayscale: #4F4F4F. Windows color (decimal): -3401689 or 2562252. OLE color: 2562252.

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

Color convert

RGB 204 24 39 -
CMYK 0 0.88 0.81 0.2
HSL 355º 0.79% 0.45% -
HSV(B) 355º 0.88% 0.8% -
XYZ 25.59 13.64 3.2 -
YUV 79.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 204 24 39 0 0.88 0.81 0.2 355 0.79 0.45
Hex CC 18 27 0 58 51 14 163 4F 2D
Octal 314 30 47 0 130 121 24 543 117 55
Binary 11001100 11000 100111 0 1011000 1010001 10100 101100011 1001111 101101

Color Harmonies of #CC1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1827

Black with #CC1827

Text Example


Text Example

White with #CC1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1827; }

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

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

background-color css

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

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

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

border-color css

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

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

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