Html Css Color HEX #CC151A Fire Engine Red

📋 copy color: '#CC151A'

red 204 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #CC151A

Tints of Fire Engine Red #CC151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 81.27%
G = 8.37%
B = 10.36%

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

#CC151A (or 0xCC151A) is known color: Fire Engine Red. HEX triplet: CC, 15 and 1A. RGB value is (204,21,26). Sum of RGB (Red+Green+Blue) = 204+21+26=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC151A is #33EAE5. Grayscale: #4C4C4C. Windows color (decimal): -3402470 or 1709516. OLE color: 1709516.

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

Color convert

RGB 204 21 26 -
CMYK 0 0.90 0.87 0.2
HSL 358.36º 0.81% 0.44% -
HSV(B) 358.36º 0.9% 0.8% -
XYZ 25.36 13.45 2.24 -
YUV 76.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 204 21 26 0 0.90 0.87 0.2 358.36 0.81 0.44
Hex CC 15 1A 0 5A 57 14 166 51 2C
Octal 314 25 32 0 132 127 24 546 121 54
Binary 11001100 10101 11010 0 1011010 1010111 10100 101100110 1010001 101100

Color Harmonies of #CC151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC151A

Black with #CC151A

Text Example


Text Example

White with #CC151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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