Html Css Color HEX #C01529 Fire Engine Red

📋 copy color: '#C01529'

red 192 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #C01529

Tints of Fire Engine Red #C01529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.14%

R = 75.59%
G = 8.27%
B = 16.14%

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

#C01529 (or 0xC01529) is known color: Fire Engine Red. HEX triplet: C0, 15 and 29. RGB value is (192,21,41). Sum of RGB (Red+Green+Blue) = 192+21+41=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C01529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01529 is #3FEAD6. Grayscale: #4A4A4A. Windows color (decimal): -4188887 or 2692544. OLE color: 2692544.

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

Color convert

RGB 192 21 41 -
CMYK 0 0.89 0.79 0.25
HSL 352.98º 0.8% 0.42% -
HSV(B) 352.98º 0.89% 0.75% -
XYZ 22.41 11.9 3.21 -
YUV 74.41 109.15 211.87 -
System Red Green Blue C M Y K H S L
Decimal 192 21 41 0 0.89 0.79 0.25 352.98 0.8 0.42
Hex C0 15 29 0 59 4F 19 161 50 2A
Octal 300 25 51 0 131 117 31 541 120 52
Binary 11000000 10101 101001 0 1011001 1001111 11001 101100001 1010000 101010

Color Harmonies of #C01529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01529

Black with #C01529

Text Example


Text Example

White with #C01529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01529; }

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

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

background-color css

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

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

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

border-color css

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

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

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