Html Css Color HEX #C01329 Fire Engine Red

📋 copy color: '#C01329'

red 192 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #C01329

Tints of Fire Engine Red #C01329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 76.19%
G = 7.54%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C01329 (or 0xC01329) is known color: Fire Engine Red. HEX triplet: C0, 13 and 29. RGB value is (192,19,41). Sum of RGB (Red+Green+Blue) = 192+19+41=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C01329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01329 is #3FECD6. Grayscale: #494949. Windows color (decimal): -4189399 or 2692032. OLE color: 2692032.

HSL color Cylindrical-coordinate representation of color #C01329: hue angle of 352.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01329 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 41 -
CMYK 0 0.90 0.79 0.25
HSL 352.37º 0.82% 0.41% -
HSV(B) 352.37º 0.9% 0.75% -
XYZ 22.37 11.83 3.2 -
YUV 73.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 192 19 41 0 0.90 0.79 0.25 352.37 0.82 0.41
Hex C0 13 29 0 5A 4F 19 160 52 29
Octal 300 23 51 0 132 117 31 540 122 51
Binary 11000000 10011 101001 0 1011010 1001111 11001 101100000 1010010 101001

Color Harmonies of #C01329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01329

Black with #C01329

Text Example


Text Example

White with #C01329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01329; }

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

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

background-color css

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

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

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

border-color css

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

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

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