Html Css Color HEX #CA181F Fire Engine Red

📋 copy color: '#CA181F'

red 202 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #CA181F

Tints of Fire Engine Red #CA181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 78.6%
G = 9.34%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA181F (or 0xCA181F) is known color: Fire Engine Red. HEX triplet: CA, 18 and 1F. RGB value is (202,24,31). Sum of RGB (Red+Green+Blue) = 202+24+31=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA181F is #35E7E0. Grayscale: #4E4E4E. Windows color (decimal): -3532769 or 2037962. OLE color: 2037962.

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

Color convert

RGB 202 24 31 -
CMYK 0 0.88 0.85 0.21
HSL 357.64º 0.79% 0.44% -
HSV(B) 357.64º 0.88% 0.79% -
XYZ 24.93 13.31 2.55 -
YUV 78.02 101.47 216.43 -
System Red Green Blue C M Y K H S L
Decimal 202 24 31 0 0.88 0.85 0.21 357.64 0.79 0.44
Hex CA 18 1F 0 58 55 15 166 4F 2C
Octal 312 30 37 0 130 125 25 546 117 54
Binary 11001010 11000 11111 0 1011000 1010101 10101 101100110 1001111 101100

Color Harmonies of #CA181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA181F

Black with #CA181F

Text Example


Text Example

White with #CA181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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