Html Css Color HEX #C01723 Fire Engine Red

📋 copy color: '#C01723'

red 192 ◦ green 23 ◦ blue 35

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

Shades of Fire Engine Red #C01723

Tints of Fire Engine Red #C01723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14%

R = 76.8%
G = 9.2%
B = 14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01723 (or 0xC01723) is known color: Fire Engine Red. HEX triplet: C0, 17 and 23. RGB value is (192,23,35). Sum of RGB (Red+Green+Blue) = 192+23+35=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C01723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01723 is #3FE8DC. Grayscale: #4B4B4B. Windows color (decimal): -4188381 or 2299840. OLE color: 2299840.

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

Color convert

RGB 192 23 35 -
CMYK 0 0.88 0.82 0.25
HSL 355.74º 0.79% 0.42% -
HSV(B) 355.74º 0.88% 0.75% -
XYZ 22.35 11.94 2.72 -
YUV 74.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 192 23 35 0 0.88 0.82 0.25 355.74 0.79 0.42
Hex C0 17 23 0 58 52 19 164 4F 2A
Octal 300 27 43 0 130 122 31 544 117 52
Binary 11000000 10111 100011 0 1011000 1010010 11001 101100100 1001111 101010

Color Harmonies of #C01723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01723

Black with #C01723

Text Example


Text Example

White with #C01723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01723; }

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

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

background-color css

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

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

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

border-color css

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

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

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