Html Css Color HEX #CA181C Fire Engine Red

📋 copy color: '#CA181C'

red 202 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #CA181C

Tints of Fire Engine Red #CA181C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 79.53%
G = 9.45%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA181C (or 0xCA181C) is known color: Fire Engine Red. HEX triplet: CA, 18 and 1C. RGB value is (202,24,28). Sum of RGB (Red+Green+Blue) = 202+24+28=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA181C is #35E7E3. Grayscale: #4D4D4D. Windows color (decimal): -3532772 or 1841354. OLE color: 1841354.

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

Color convert

RGB 202 24 28 -
CMYK 0 0.88 0.86 0.21
HSL 358.65º 0.79% 0.44% -
HSV(B) 358.65º 0.88% 0.79% -
XYZ 24.89 13.29 2.35 -
YUV 77.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 202 24 28 0 0.88 0.86 0.21 358.65 0.79 0.44
Hex CA 18 1C 0 58 56 15 167 4F 2C
Octal 312 30 34 0 130 126 25 547 117 54
Binary 11001010 11000 11100 0 1011000 1010110 10101 101100111 1001111 101100

Color Harmonies of #CA181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA181C

Black with #CA181C

Text Example


Text Example

White with #CA181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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