Html Css Color HEX #C01226 Fire Engine Red

📋 copy color: '#C01226'

red 192 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #C01226

Tints of Fire Engine Red #C01226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 77.42%
G = 7.26%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01226 (or 0xC01226) is known color: Fire Engine Red. HEX triplet: C0, 12 and 26. RGB value is (192,18,38). Sum of RGB (Red+Green+Blue) = 192+18+38=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C01226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01226 is #3FEDD9. Grayscale: #484848. Windows color (decimal): -4189658 or 2495168. OLE color: 2495168.

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

Color convert

RGB 192 18 38 -
CMYK 0 0.91 0.80 0.25
HSL 353.1º 0.83% 0.41% -
HSV(B) 353.1º 0.91% 0.75% -
XYZ 22.3 11.78 2.93 -
YUV 72.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 192 18 38 0 0.91 0.80 0.25 353.1 0.83 0.41
Hex C0 12 26 0 5B 50 19 161 53 29
Octal 300 22 46 0 133 120 31 541 123 51
Binary 11000000 10010 100110 0 1011011 1010000 11001 101100001 1010011 101001

Color Harmonies of #C01226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01226

Black with #C01226

Text Example


Text Example

White with #C01226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01226; }

 p { color: rgb(192,18,38); }

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

background-color css

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

 a { background-color: rgb(192,18,38); }

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

border-color css

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

 span { border-color: rgb(192,18,38); }

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