Html Css Color HEX #CC151F Fire Engine Red

📋 copy color: '#CC151F'

red 204 ◦ green 21 ◦ blue 31

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

Shades of Fire Engine Red #CC151F

Tints of Fire Engine Red #CC151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 79.69%
G = 8.2%
B = 12.11%

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

#CC151F (or 0xCC151F) is known color: Fire Engine Red. HEX triplet: CC, 15 and 1F. RGB value is (204,21,31). Sum of RGB (Red+Green+Blue) = 204+21+31=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC151F is #33EAE0. Grayscale: #4C4C4C. Windows color (decimal): -3402465 or 2037196. OLE color: 2037196.

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

Color convert

RGB 204 21 31 -
CMYK 0 0.90 0.85 0.2
HSL 356.72º 0.81% 0.44% -
HSV(B) 356.72º 0.9% 0.8% -
XYZ 25.42 13.47 2.56 -
YUV 76.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 204 21 31 0 0.90 0.85 0.2 356.72 0.81 0.44
Hex CC 15 1F 0 5A 55 14 165 51 2C
Octal 314 25 37 0 132 125 24 545 121 54
Binary 11001100 10101 11111 0 1011010 1010101 10100 101100101 1010001 101100

Color Harmonies of #CC151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC151F

Black with #CC151F

Text Example


Text Example

White with #CC151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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