Html Css Color HEX #CA172B Fire Engine Red

📋 copy color: '#CA172B'

red 202 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #CA172B

Tints of Fire Engine Red #CA172B

RGB

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

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

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

R = 75.37%
G = 8.58%
B = 16.04%

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

#CA172B (or 0xCA172B) is known color: Fire Engine Red. HEX triplet: CA, 17 and 2B. RGB value is (202,23,43). Sum of RGB (Red+Green+Blue) = 202+23+43=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA172B is #35E8D4. Grayscale: #4E4E4E. Windows color (decimal): -3533013 or 2824138. OLE color: 2824138.

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

Color convert

RGB 202 23 43 -
CMYK 0 0.89 0.79 0.21
HSL 353.3º 0.8% 0.44% -
HSV(B) 353.3º 0.89% 0.79% -
XYZ 25.1 13.34 3.54 -
YUV 78.8 107.8 215.87 -
System Red Green Blue C M Y K H S L
Decimal 202 23 43 0 0.89 0.79 0.21 353.3 0.8 0.44
Hex CA 17 2B 0 59 4F 15 161 50 2C
Octal 312 27 53 0 131 117 25 541 120 54
Binary 11001010 10111 101011 0 1011001 1001111 10101 101100001 1010000 101100

Color Harmonies of #CA172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA172B

Black with #CA172B

Text Example


Text Example

White with #CA172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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