Html Css Color HEX #CC181A Fire Engine Red

📋 copy color: '#CC181A'

red 204 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #CC181A

Tints of Fire Engine Red #CC181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

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

R = 80.31%
G = 9.45%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC181A (or 0xCC181A) is known color: Fire Engine Red. HEX triplet: CC, 18 and 1A. RGB value is (204,24,26). Sum of RGB (Red+Green+Blue) = 204+24+26=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC181A is #33E7E5. Grayscale: #4E4E4E. Windows color (decimal): -3401702 or 1710284. OLE color: 1710284.

HSL color Cylindrical-coordinate representation of color #CC181A: hue angle of 359.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC181A is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 24 26 -
CMYK 0 0.88 0.87 0.2
HSL 359.33º 0.79% 0.45% -
HSV(B) 359.33º 0.88% 0.8% -
XYZ 25.41 13.57 2.26 -
YUV 78.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 204 24 26 0 0.88 0.87 0.2 359.33 0.79 0.45
Hex CC 18 1A 0 58 57 14 167 4F 2D
Octal 314 30 32 0 130 127 24 547 117 55
Binary 11001100 11000 11010 0 1011000 1010111 10100 101100111 1001111 101101

Color Harmonies of #CC181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC181A

Black with #CC181A

Text Example


Text Example

White with #CC181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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