Html Css Color HEX #CA142B Fire Engine Red

📋 copy color: '#CA142B'

red 202 ◦ green 20 ◦ blue 43

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

Shades of Fire Engine Red #CA142B

Tints of Fire Engine Red #CA142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 76.23%
G = 7.55%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA142B (or 0xCA142B) is known color: Fire Engine Red. HEX triplet: CA, 14 and 2B. RGB value is (202,20,43). Sum of RGB (Red+Green+Blue) = 202+20+43=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA142B is #35EBD4. Grayscale: #4D4D4D. Windows color (decimal): -3533781 or 2823370. OLE color: 2823370.

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

Color convert

RGB 202 20 43 -
CMYK 0 0.90 0.79 0.21
HSL 352.42º 0.82% 0.44% -
HSV(B) 352.42º 0.9% 0.79% -
XYZ 25.04 13.23 3.52 -
YUV 77.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 202 20 43 0 0.90 0.79 0.21 352.42 0.82 0.44
Hex CA 14 2B 0 5A 4F 15 160 52 2C
Octal 312 24 53 0 132 117 25 540 122 54
Binary 11001010 10100 101011 0 1011010 1001111 10101 101100000 1010010 101100

Color Harmonies of #CA142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA142B

Black with #CA142B

Text Example


Text Example

White with #CA142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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