Html Css Color HEX #C01528 Fire Engine Red

📋 copy color: '#C01528'

red 192 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #C01528

Tints of Fire Engine Red #C01528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 75.89%
G = 8.3%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C01528 (or 0xC01528) is known color: Fire Engine Red. HEX triplet: C0, 15 and 28. RGB value is (192,21,40). Sum of RGB (Red+Green+Blue) = 192+21+40=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C01528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01528 is #3FEAD7. Grayscale: #4A4A4A. Windows color (decimal): -4188888 or 2627008. OLE color: 2627008.

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

Color convert

RGB 192 21 40 -
CMYK 0 0.89 0.79 0.25
HSL 353.33º 0.8% 0.42% -
HSV(B) 353.33º 0.89% 0.75% -
XYZ 22.39 11.9 3.12 -
YUV 74.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 192 21 40 0 0.89 0.79 0.25 353.33 0.8 0.42
Hex C0 15 28 0 59 4F 19 161 50 2A
Octal 300 25 50 0 131 117 31 541 120 52
Binary 11000000 10101 101000 0 1011001 1001111 11001 101100001 1010000 101010

Color Harmonies of #C01528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01528

Black with #C01528

Text Example


Text Example

White with #C01528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01528; }

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

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

background-color css

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

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

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

border-color css

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

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

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