Html Css Color HEX #C01026 Fire Engine Red

📋 copy color: '#C01026'

red 192 ◦ green 16 ◦ blue 38

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

Shades of Fire Engine Red #C01026

Tints of Fire Engine Red #C01026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 78.05%
G = 6.5%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01026 (or 0xC01026) is known color: Fire Engine Red. HEX triplet: C0, 10 and 26. RGB value is (192,16,38). Sum of RGB (Red+Green+Blue) = 192+16+38=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C01026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01026 is #3FEFD9. Grayscale: #474747. Windows color (decimal): -4190170 or 2494656. OLE color: 2494656.

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

Color convert

RGB 192 16 38 -
CMYK 0 0.92 0.80 0.25
HSL 352.5º 0.85% 0.41% -
HSV(B) 352.5º 0.92% 0.75% -
XYZ 22.27 11.72 2.92 -
YUV 71.13 109.31 214.21 -
System Red Green Blue C M Y K H S L
Decimal 192 16 38 0 0.92 0.80 0.25 352.5 0.85 0.41
Hex C0 10 26 0 5C 50 19 160 55 29
Octal 300 20 46 0 134 120 31 540 125 51
Binary 11000000 10000 100110 0 1011100 1010000 11001 101100000 1010101 101001

Color Harmonies of #C01026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01026

Black with #C01026

Text Example


Text Example

White with #C01026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01026; }

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

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

background-color css

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

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

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

border-color css

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

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

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