Html Css Color HEX #CA191B Fire Engine Red

📋 copy color: '#CA191B'

red 202 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #CA191B

Tints of Fire Engine Red #CA191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 79.53%
G = 9.84%
B = 10.63%

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

#CA191B (or 0xCA191B) is known color: Fire Engine Red. HEX triplet: CA, 19 and 1B. RGB value is (202,25,27). Sum of RGB (Red+Green+Blue) = 202+25+27=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA191B is #35E6E4. Grayscale: #4E4E4E. Windows color (decimal): -3532517 or 1776074. OLE color: 1776074.

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

Color convert

RGB 202 25 27 -
CMYK 0 0.88 0.87 0.21
HSL 359.32º 0.78% 0.45% -
HSV(B) 359.32º 0.88% 0.79% -
XYZ 24.9 13.33 2.3 -
YUV 78.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 202 25 27 0 0.88 0.87 0.21 359.32 0.78 0.45
Hex CA 19 1B 0 58 57 15 167 4E 2D
Octal 312 31 33 0 130 127 25 547 116 55
Binary 11001010 11001 11011 0 1011000 1010111 10101 101100111 1001110 101101

Color Harmonies of #CA191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA191B

Black with #CA191B

Text Example


Text Example

White with #CA191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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