Html Css Color HEX #CC151B Fire Engine Red

📋 copy color: '#CC151B'

red 204 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #CC151B

Tints of Fire Engine Red #CC151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 80.95%
G = 8.33%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC151B (or 0xCC151B) is known color: Fire Engine Red. HEX triplet: CC, 15 and 1B. RGB value is (204,21,27). Sum of RGB (Red+Green+Blue) = 204+21+27=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC151B is #33EAE4. Grayscale: #4C4C4C. Windows color (decimal): -3402469 or 1775052. OLE color: 1775052.

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

Color convert

RGB 204 21 27 -
CMYK 0 0.90 0.87 0.2
HSL 358.03º 0.81% 0.44% -
HSV(B) 358.03º 0.9% 0.8% -
XYZ 25.37 13.45 2.3 -
YUV 76.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 204 21 27 0 0.90 0.87 0.2 358.03 0.81 0.44
Hex CC 15 1B 0 5A 57 14 166 51 2C
Octal 314 25 33 0 132 127 24 546 121 54
Binary 11001100 10101 11011 0 1011010 1010111 10100 101100110 1010001 101100

Color Harmonies of #CC151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC151B

Black with #CC151B

Text Example


Text Example

White with #CC151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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