Html Css Color HEX #C34037 Grenadier

📋 copy color: '#C34037'

red 195 ◦ green 64 ◦ blue 55

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

Shades of Grenadier #C34037

Tints of Grenadier #C34037

RGB

 RED value IS 195 (76.56% from 255) = 62.1%

 GREEN value IS 64 (25.39% from 255) = 20.38%

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 62.1%
G = 20.38%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C34037 (or 0xC34037) is known color: Grenadier. HEX triplet: C3, 40 and 37. RGB value is (195,64,55). Sum of RGB (Red+Green+Blue) = 195+64+55=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C34037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34037 is #3CBFC8. Grayscale: #666666. Windows color (decimal): -3981257 or 3621059. OLE color: 3621059.

HSL color Cylindrical-coordinate representation of color #C34037: hue angle of 3.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C34037 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 55 -
CMYK 0 0.67 0.72 0.24
HSL 3.86º 0.56% 0.49% -
HSV(B) 3.86º 0.72% 0.76% -
XYZ 25.03 15.54 5.3 -
YUV 102.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 195 64 55 0 0.67 0.72 0.24 3.86 0.56 0.49
Hex C3 40 37 0 43 48 18 4 38 31
Octal 303 100 67 0 103 110 30 4 70 61
Binary 11000011 1000000 110111 0 1000011 1001000 11000 100 111000 110001

Color Harmonies of #C34037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34037

Black with #C34037

Text Example


Text Example

White with #C34037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34037; }

 p { color: rgb(195,64,55); }

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

background-color css

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

 a { background-color: rgb(195,64,55); }

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

border-color css

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

 span { border-color: rgb(195,64,55); }

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