Html Css Color HEX #C03D27 Grenadier

📋 copy color: '#C03D27'

red 192 ◦ green 61 ◦ blue 39

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

Shades of Grenadier #C03D27

Tints of Grenadier #C03D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.89%

 BLUE value IS 39 (15.63% from 255) = 13.36%

R = 65.75%
G = 20.89%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03D27 (or 0xC03D27) is known color: Grenadier. HEX triplet: C0, 3D and 27. RGB value is (192,61,39). Sum of RGB (Red+Green+Blue) = 192+61+39=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D27 is #3FC2D8. Grayscale: #616161. Windows color (decimal): -4178649 or 2571712. OLE color: 2571712.

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

Color convert

RGB 192 61 39 -
CMYK 0 0.68 0.80 0.25
HSL 8.63º 0.66% 0.45% -
HSV(B) 8.63º 0.8% 0.75% -
XYZ 23.77 14.69 3.5 -
YUV 97.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 192 61 39 0 0.68 0.80 0.25 8.63 0.66 0.45
Hex C0 3D 27 0 44 50 19 9 42 2D
Octal 300 75 47 0 104 120 31 11 102 55
Binary 11000000 111101 100111 0 1000100 1010000 11001 1001 1000010 101101

Color Harmonies of #C03D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D27

Black with #C03D27

Text Example


Text Example

White with #C03D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D27; }

 p { color: rgb(192,61,39); }

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

background-color css

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

 a { background-color: rgb(192,61,39); }

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

border-color css

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

 span { border-color: rgb(192,61,39); }

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