Html Css Color HEX #C01125 Fire Engine Red

📋 copy color: '#C01125'

red 192 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #C01125

Tints of Fire Engine Red #C01125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 78.05%
G = 6.91%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C01125 (or 0xC01125) is known color: Fire Engine Red. HEX triplet: C0, 11 and 25. RGB value is (192,17,37). Sum of RGB (Red+Green+Blue) = 192+17+37=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C01125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01125 is #3FEEDA. Grayscale: #474747. Windows color (decimal): -4189915 or 2429376. OLE color: 2429376.

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

Color convert

RGB 192 17 37 -
CMYK 0 0.91 0.81 0.25
HSL 353.14º 0.84% 0.41% -
HSV(B) 353.14º 0.91% 0.75% -
XYZ 22.27 11.74 2.84 -
YUV 71.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 192 17 37 0 0.91 0.81 0.25 353.14 0.84 0.41
Hex C0 11 25 0 5B 51 19 161 54 29
Octal 300 21 45 0 133 121 31 541 124 51
Binary 11000000 10001 100101 0 1011011 1010001 11001 101100001 1010100 101001

Color Harmonies of #C01125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01125

Black with #C01125

Text Example


Text Example

White with #C01125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01125; }

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

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

background-color css

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

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

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

border-color css

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

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

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