Html Css Color HEX #CA182C Fire Engine Red

📋 copy color: '#CA182C'

red 202 ◦ green 24 ◦ blue 44

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

Shades of Fire Engine Red #CA182C

Tints of Fire Engine Red #CA182C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 74.81%
G = 8.89%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA182C (or 0xCA182C) is known color: Fire Engine Red. HEX triplet: CA, 18 and 2C. RGB value is (202,24,44). Sum of RGB (Red+Green+Blue) = 202+24+44=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA182C is #35E7D3. Grayscale: #4F4F4F. Windows color (decimal): -3532756 or 2889930. OLE color: 2889930.

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

Color convert

RGB 202 24 44 -
CMYK 0 0.88 0.78 0.21
HSL 353.26º 0.79% 0.44% -
HSV(B) 353.26º 0.88% 0.79% -
XYZ 25.14 13.39 3.64 -
YUV 79.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 202 24 44 0 0.88 0.78 0.21 353.26 0.79 0.44
Hex CA 18 2C 0 58 4E 15 161 4F 2C
Octal 312 30 54 0 130 116 25 541 117 54
Binary 11001010 11000 101100 0 1011000 1001110 10101 101100001 1001111 101100

Color Harmonies of #CA182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA182C

Black with #CA182C

Text Example


Text Example

White with #CA182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA182C; }

 p { color: rgb(202,24,44); }

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

background-color css

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

 a { background-color: rgb(202,24,44); }

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

border-color css

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

 span { border-color: rgb(202,24,44); }

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