Html Css Color HEX #CA142D Fire Engine Red

📋 copy color: '#CA142D'

red 202 ◦ green 20 ◦ blue 45

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

Shades of Fire Engine Red #CA142D

Tints of Fire Engine Red #CA142D

RGB

 RED value IS 202 (79.3% from 255) = 75.66%

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 75.66%
G = 7.49%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA142D (or 0xCA142D) is known color: Fire Engine Red. HEX triplet: CA, 14 and 2D. RGB value is (202,20,45). Sum of RGB (Red+Green+Blue) = 202+20+45=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA142D is #35EBD2. Grayscale: #4D4D4D. Windows color (decimal): -3533779 or 2954442. OLE color: 2954442.

HSL color Cylindrical-coordinate representation of color #CA142D: hue angle of 351.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA142D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 45 -
CMYK 0 0.90 0.78 0.21
HSL 351.76º 0.82% 0.44% -
HSV(B) 351.76º 0.9% 0.79% -
XYZ 25.08 13.25 3.72 -
YUV 77.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 202 20 45 0 0.90 0.78 0.21 351.76 0.82 0.44
Hex CA 14 2D 0 5A 4E 15 160 52 2C
Octal 312 24 55 0 132 116 25 540 122 54
Binary 11001010 10100 101101 0 1011010 1001110 10101 101100000 1010010 101100

Color Harmonies of #CA142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA142D

Black with #CA142D

Text Example


Text Example

White with #CA142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA142D; }

 p { color: rgb(202,20,45); }

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

background-color css

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

 a { background-color: rgb(202,20,45); }

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

border-color css

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

 span { border-color: rgb(202,20,45); }

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