Html Css Color HEX #CA172A Fire Engine Red

📋 copy color: '#CA172A'

red 202 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #CA172A

Tints of Fire Engine Red #CA172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 75.66%
G = 8.61%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA172A (or 0xCA172A) is known color: Fire Engine Red. HEX triplet: CA, 17 and 2A. RGB value is (202,23,42). Sum of RGB (Red+Green+Blue) = 202+23+42=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA172A is #35E8D5. Grayscale: #4E4E4E. Windows color (decimal): -3533014 or 2758602. OLE color: 2758602.

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

Color convert

RGB 202 23 42 -
CMYK 0 0.89 0.79 0.21
HSL 353.63º 0.8% 0.44% -
HSV(B) 353.63º 0.89% 0.79% -
XYZ 25.08 13.34 3.44 -
YUV 78.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 202 23 42 0 0.89 0.79 0.21 353.63 0.8 0.44
Hex CA 17 2A 0 59 4F 15 162 50 2C
Octal 312 27 52 0 131 117 25 542 120 54
Binary 11001010 10111 101010 0 1011001 1001111 10101 101100010 1010000 101100

Color Harmonies of #CA172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA172A

Black with #CA172A

Text Example


Text Example

White with #CA172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA172A; }

 p { color: rgb(202,23,42); }

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

background-color css

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

 a { background-color: rgb(202,23,42); }

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

border-color css

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

 span { border-color: rgb(202,23,42); }

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