Html Css Color HEX #C01526 Fire Engine Red

📋 copy color: '#C01526'

red 192 ◦ green 21 ◦ blue 38

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

Shades of Fire Engine Red #C01526

Tints of Fire Engine Red #C01526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

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

R = 76.49%
G = 8.37%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01526 (or 0xC01526) is known color: Fire Engine Red. HEX triplet: C0, 15 and 26. RGB value is (192,21,38). Sum of RGB (Red+Green+Blue) = 192+21+38=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C01526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01526 is #3FEAD9. Grayscale: #4A4A4A. Windows color (decimal): -4188890 or 2495936. OLE color: 2495936.

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

Color convert

RGB 192 21 38 -
CMYK 0 0.89 0.80 0.25
HSL 354.04º 0.8% 0.42% -
HSV(B) 354.04º 0.89% 0.75% -
XYZ 22.36 11.88 2.95 -
YUV 74.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 192 21 38 0 0.89 0.80 0.25 354.04 0.8 0.42
Hex C0 15 26 0 59 50 19 162 50 2A
Octal 300 25 46 0 131 120 31 542 120 52
Binary 11000000 10101 100110 0 1011001 1010000 11001 101100010 1010000 101010

Color Harmonies of #C01526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01526

Black with #C01526

Text Example


Text Example

White with #C01526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01526; }

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

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

background-color css

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

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

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

border-color css

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

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

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