Html Css Color HEX #C01123 Fire Engine Red

📋 copy color: '#C01123'

red 192 ◦ green 17 ◦ blue 35

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

Shades of Fire Engine Red #C01123

Tints of Fire Engine Red #C01123

RGB

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

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

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

R = 78.69%
G = 6.97%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01123 (or 0xC01123) is known color: Fire Engine Red. HEX triplet: C0, 11 and 23. RGB value is (192,17,35). Sum of RGB (Red+Green+Blue) = 192+17+35=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C01123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01123 is #3FEEDC. Grayscale: #474747. Windows color (decimal): -4189917 or 2298304. OLE color: 2298304.

HSL color Cylindrical-coordinate representation of color #C01123: hue angle of 353.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01123 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 35 -
CMYK 0 0.91 0.82 0.25
HSL 353.83º 0.84% 0.41% -
HSV(B) 353.83º 0.91% 0.75% -
XYZ 22.24 11.73 2.68 -
YUV 71.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 192 17 35 0 0.91 0.82 0.25 353.83 0.84 0.41
Hex C0 11 23 0 5B 52 19 162 54 29
Octal 300 21 43 0 133 122 31 542 124 51
Binary 11000000 10001 100011 0 1011011 1010010 11001 101100010 1010100 101001

Color Harmonies of #C01123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01123

Black with #C01123

Text Example


Text Example

White with #C01123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01123; }

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

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

background-color css

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

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

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

border-color css

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

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

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