Html Css Color HEX #C0172A Fire Engine Red

📋 copy color: '#C0172A'

red 192 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #C0172A

Tints of Fire Engine Red #C0172A

RGB

 RED value IS 192 (75.39% from 255) = 74.71%

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

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

R = 74.71%
G = 8.95%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0172A (or 0xC0172A) is known color: Fire Engine Red. HEX triplet: C0, 17 and 2A. RGB value is (192,23,42). Sum of RGB (Red+Green+Blue) = 192+23+42=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0172A is #3FE8D5. Grayscale: #4B4B4B. Windows color (decimal): -4188374 or 2758592. OLE color: 2758592.

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

Color convert

RGB 192 23 42 -
CMYK 0 0.88 0.78 0.25
HSL 353.25º 0.79% 0.42% -
HSV(B) 353.25º 0.88% 0.75% -
XYZ 22.46 11.99 3.32 -
YUV 75.7 108.99 210.96 -
System Red Green Blue C M Y K H S L
Decimal 192 23 42 0 0.88 0.78 0.25 353.25 0.79 0.42
Hex C0 17 2A 0 58 4E 19 161 4F 2A
Octal 300 27 52 0 130 116 31 541 117 52
Binary 11000000 10111 101010 0 1011000 1001110 11001 101100001 1001111 101010

Color Harmonies of #C0172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0172A

Black with #C0172A

Text Example


Text Example

White with #C0172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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