Html Css Color HEX #CA112B Fire Engine Red

📋 copy color: '#CA112B'

red 202 ◦ green 17 ◦ blue 43

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

Shades of Fire Engine Red #CA112B

Tints of Fire Engine Red #CA112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 43 (17.19% from 255) = 16.41%

R = 77.1%
G = 6.49%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA112B (or 0xCA112B) is known color: Fire Engine Red. HEX triplet: CA, 11 and 2B. RGB value is (202,17,43). Sum of RGB (Red+Green+Blue) = 202+17+43=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA112B is #35EED4. Grayscale: #4B4B4B. Windows color (decimal): -3534549 or 2822602. OLE color: 2822602.

HSL color Cylindrical-coordinate representation of color #CA112B: hue angle of 351.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA112B is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 17 43 -
CMYK 0 0.92 0.79 0.21
HSL 351.57º 0.84% 0.43% -
HSV(B) 351.57º 0.92% 0.79% -
XYZ 24.99 13.13 3.5 -
YUV 75.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 202 17 43 0 0.92 0.79 0.21 351.57 0.84 0.43
Hex CA 11 2B 0 5C 4F 15 160 54 2B
Octal 312 21 53 0 134 117 25 540 124 53
Binary 11001010 10001 101011 0 1011100 1001111 10101 101100000 1010100 101011

Color Harmonies of #CA112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA112B

Black with #CA112B

Text Example


Text Example

White with #CA112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA112B; }

 p { color: rgb(202,17,43); }

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

background-color css

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

 a { background-color: rgb(202,17,43); }

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

border-color css

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

 span { border-color: rgb(202,17,43); }

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