Html Css Color HEX #CA191A Fire Engine Red

📋 copy color: '#CA191A'

red 202 ◦ green 25 ◦ blue 26

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

Shades of Fire Engine Red #CA191A

Tints of Fire Engine Red #CA191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.88%

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

R = 79.84%
G = 9.88%
B = 10.28%

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

#CA191A (or 0xCA191A) is known color: Fire Engine Red. HEX triplet: CA, 19 and 1A. RGB value is (202,25,26). Sum of RGB (Red+Green+Blue) = 202+25+26=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA191A is #35E6E5. Grayscale: #4E4E4E. Windows color (decimal): -3532518 or 1710538. OLE color: 1710538.

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

Color convert

RGB 202 25 26 -
CMYK 0 0.88 0.87 0.21
HSL 359.66º 0.78% 0.45% -
HSV(B) 359.66º 0.88% 0.79% -
XYZ 24.89 13.33 2.24 -
YUV 78.04 98.64 216.42 -
System Red Green Blue C M Y K H S L
Decimal 202 25 26 0 0.88 0.87 0.21 359.66 0.78 0.45
Hex CA 19 1A 0 58 57 15 168 4E 2D
Octal 312 31 32 0 130 127 25 550 116 55
Binary 11001010 11001 11010 0 1011000 1010111 10101 101101000 1001110 101101

Color Harmonies of #CA191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA191A

Black with #CA191A

Text Example


Text Example

White with #CA191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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