Html Css Color HEX #C01523 Fire Engine Red

📋 copy color: '#C01523'

red 192 ◦ green 21 ◦ blue 35

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

Shades of Fire Engine Red #C01523

Tints of Fire Engine Red #C01523

RGB

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

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

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

R = 77.42%
G = 8.47%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01523 (or 0xC01523) is known color: Fire Engine Red. HEX triplet: C0, 15 and 23. RGB value is (192,21,35). Sum of RGB (Red+Green+Blue) = 192+21+35=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C01523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01523 is #3FEADC. Grayscale: #494949. Windows color (decimal): -4188893 or 2299328. OLE color: 2299328.

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

Color convert

RGB 192 21 35 -
CMYK 0 0.89 0.82 0.25
HSL 355.09º 0.8% 0.42% -
HSV(B) 355.09º 0.89% 0.75% -
XYZ 22.31 11.86 2.7 -
YUV 73.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 192 21 35 0 0.89 0.82 0.25 355.09 0.8 0.42
Hex C0 15 23 0 59 52 19 163 50 2A
Octal 300 25 43 0 131 122 31 543 120 52
Binary 11000000 10101 100011 0 1011001 1010010 11001 101100011 1010000 101010

Color Harmonies of #C01523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01523

Black with #C01523

Text Example


Text Example

White with #C01523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01523; }

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

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

background-color css

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

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

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

border-color css

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

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

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