Html Css Color HEX #CC151C Fire Engine Red

📋 copy color: '#CC151C'

red 204 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #CC151C

Tints of Fire Engine Red #CC151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 80.63%
G = 8.3%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC151C (or 0xCC151C) is known color: Fire Engine Red. HEX triplet: CC, 15 and 1C. RGB value is (204,21,28). Sum of RGB (Red+Green+Blue) = 204+21+28=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC151C is #33EAE3. Grayscale: #4C4C4C. Windows color (decimal): -3402468 or 1840588. OLE color: 1840588.

HSL color Cylindrical-coordinate representation of color #CC151C: hue angle of 357.7º 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 #CC151C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 28 -
CMYK 0 0.90 0.86 0.2
HSL 357.7º 0.81% 0.44% -
HSV(B) 357.7º 0.9% 0.8% -
XYZ 25.38 13.46 2.36 -
YUV 76.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 204 21 28 0 0.90 0.86 0.2 357.7 0.81 0.44
Hex CC 15 1C 0 5A 56 14 166 51 2C
Octal 314 25 34 0 132 126 24 546 121 54
Binary 11001100 10101 11100 0 1011010 1010110 10100 101100110 1010001 101100

Color Harmonies of #CC151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC151C

Black with #CC151C

Text Example


Text Example

White with #CC151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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