Html Css Color HEX #CC142A Fire Engine Red

📋 copy color: '#CC142A'

red 204 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #CC142A

Tints of Fire Engine Red #CC142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 76.69%
G = 7.52%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC142A (or 0xCC142A) is known color: Fire Engine Red. HEX triplet: CC, 14 and 2A. RGB value is (204,20,42). Sum of RGB (Red+Green+Blue) = 204+20+42=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC142A is #33EBD5. Grayscale: #4D4D4D. Windows color (decimal): -3402710 or 2757836. OLE color: 2757836.

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

Color convert

RGB 204 20 42 -
CMYK 0 0.90 0.79 0.2
HSL 352.83º 0.82% 0.44% -
HSV(B) 352.83º 0.9% 0.8% -
XYZ 25.57 13.5 3.45 -
YUV 77.52 107.96 218.21 -
System Red Green Blue C M Y K H S L
Decimal 204 20 42 0 0.90 0.79 0.2 352.83 0.82 0.44
Hex CC 14 2A 0 5A 4F 14 161 52 2C
Octal 314 24 52 0 132 117 24 541 122 54
Binary 11001100 10100 101010 0 1011010 1001111 10100 101100001 1010010 101100

Color Harmonies of #CC142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC142A

Black with #CC142A

Text Example


Text Example

White with #CC142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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