Html Css Color HEX #CA142E Fire Engine Red

📋 copy color: '#CA142E'

red 202 ◦ green 20 ◦ blue 46

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

Shades of Fire Engine Red #CA142E

Tints of Fire Engine Red #CA142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 75.37%
G = 7.46%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA142E (or 0xCA142E) is known color: Fire Engine Red. HEX triplet: CA, 14 and 2E. RGB value is (202,20,46). Sum of RGB (Red+Green+Blue) = 202+20+46=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA142E is #35EBD1. Grayscale: #4D4D4D. Windows color (decimal): -3533778 or 3019978. OLE color: 3019978.

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

Color convert

RGB 202 20 46 -
CMYK 0 0.90 0.77 0.21
HSL 351.43º 0.82% 0.44% -
HSV(B) 351.43º 0.9% 0.79% -
XYZ 25.1 13.25 3.82 -
YUV 77.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 202 20 46 0 0.90 0.77 0.21 351.43 0.82 0.44
Hex CA 14 2E 0 5A 4D 15 15F 52 2C
Octal 312 24 56 0 132 115 25 537 122 54
Binary 11001010 10100 101110 0 1011010 1001101 10101 101011111 1010010 101100

Color Harmonies of #CA142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA142E

Black with #CA142E

Text Example


Text Example

White with #CA142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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