Html Css Color HEX #CA181A Fire Engine Red

📋 copy color: '#CA181A'

red 202 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #CA181A

Tints of Fire Engine Red #CA181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 80.16%
G = 9.52%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA181A (or 0xCA181A) is known color: Fire Engine Red. HEX triplet: CA, 18 and 1A. RGB value is (202,24,26). Sum of RGB (Red+Green+Blue) = 202+24+26=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA181A is #35E7E5. Grayscale: #4D4D4D. Windows color (decimal): -3532774 or 1710282. OLE color: 1710282.

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

Color convert

RGB 202 24 26 -
CMYK 0 0.88 0.87 0.21
HSL 359.33º 0.79% 0.44% -
HSV(B) 359.33º 0.88% 0.79% -
XYZ 24.87 13.28 2.23 -
YUV 77.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 202 24 26 0 0.88 0.87 0.21 359.33 0.79 0.44
Hex CA 18 1A 0 58 57 15 167 4F 2C
Octal 312 30 32 0 130 127 25 547 117 54
Binary 11001010 11000 11010 0 1011000 1010111 10101 101100111 1001111 101100

Color Harmonies of #CA181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA181A

Black with #CA181A

Text Example


Text Example

White with #CA181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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