Html Css Color HEX #CC151E Fire Engine Red

📋 copy color: '#CC151E'

red 204 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #CC151E

Tints of Fire Engine Red #CC151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 80%
G = 8.24%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC151E (or 0xCC151E) is known color: Fire Engine Red. HEX triplet: CC, 15 and 1E. RGB value is (204,21,30). Sum of RGB (Red+Green+Blue) = 204+21+30=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC151E is #33EAE1. Grayscale: #4C4C4C. Windows color (decimal): -3402466 or 1971660. OLE color: 1971660.

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

Color convert

RGB 204 21 30 -
CMYK 0 0.90 0.85 0.2
HSL 357.05º 0.81% 0.44% -
HSV(B) 357.05º 0.9% 0.8% -
XYZ 25.4 13.47 2.49 -
YUV 76.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 204 21 30 0 0.90 0.85 0.2 357.05 0.81 0.44
Hex CC 15 1E 0 5A 55 14 165 51 2C
Octal 314 25 36 0 132 125 24 545 121 54
Binary 11001100 10101 11110 0 1011010 1010101 10100 101100101 1010001 101100

Color Harmonies of #CC151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC151E

Black with #CC151E

Text Example


Text Example

White with #CC151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC151E; }

 p { color: rgb(204,21,30); }

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

background-color css

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

 a { background-color: rgb(204,21,30); }

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

border-color css

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

 span { border-color: rgb(204,21,30); }

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