Html Css Color HEX #CC141E Fire Engine Red

📋 copy color: '#CC141E'

red 204 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #CC141E

Tints of Fire Engine Red #CC141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 80.31%
G = 7.87%
B = 11.81%

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

#CC141E (or 0xCC141E) is known color: Fire Engine Red. HEX triplet: CC, 14 and 1E. RGB value is (204,20,30). Sum of RGB (Red+Green+Blue) = 204+20+30=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC141E is #33EBE1. Grayscale: #4C4C4C. Windows color (decimal): -3402722 or 1971404. OLE color: 1971404.

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

Color convert

RGB 204 20 30 -
CMYK 0 0.90 0.85 0.2
HSL 356.74º 0.82% 0.44% -
HSV(B) 356.74º 0.9% 0.8% -
XYZ 25.39 13.43 2.48 -
YUV 76.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 204 20 30 0 0.90 0.85 0.2 356.74 0.82 0.44
Hex CC 14 1E 0 5A 55 14 165 52 2C
Octal 314 24 36 0 132 125 24 545 122 54
Binary 11001100 10100 11110 0 1011010 1010101 10100 101100101 1010010 101100

Color Harmonies of #CC141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC141E

Black with #CC141E

Text Example


Text Example

White with #CC141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC141E; }

 p { color: rgb(204,20,30); }

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

background-color css

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

 a { background-color: rgb(204,20,30); }

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

border-color css

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

 span { border-color: rgb(204,20,30); }

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