Html Css Color HEX #C34137 Grenadier

📋 copy color: '#C34137'

red 195 ◦ green 65 ◦ blue 55

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

Shades of Grenadier #C34137

Tints of Grenadier #C34137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

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

R = 61.9%
G = 20.63%
B = 17.46%

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

#C34137 (or 0xC34137) is known color: Grenadier. HEX triplet: C3, 41 and 37. RGB value is (195,65,55). Sum of RGB (Red+Green+Blue) = 195+65+55=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C34137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34137 is #3CBEC8. Grayscale: #666666. Windows color (decimal): -3981001 or 3621315. OLE color: 3621315.

HSL color Cylindrical-coordinate representation of color #C34137: hue angle of 4.29º 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 #C34137 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 55 -
CMYK 0 0.67 0.72 0.24
HSL 4.29º 0.56% 0.49% -
HSV(B) 4.29º 0.72% 0.76% -
XYZ 25.09 15.66 5.31 -
YUV 102.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 195 65 55 0 0.67 0.72 0.24 4.29 0.56 0.49
Hex C3 41 37 0 43 48 18 4 38 31
Octal 303 101 67 0 103 110 30 4 70 61
Binary 11000011 1000001 110111 0 1000011 1001000 11000 100 111000 110001

Color Harmonies of #C34137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34137

Black with #C34137

Text Example


Text Example

White with #C34137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34137; }

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

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

background-color css

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

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

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

border-color css

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

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

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