Html Css Color HEX #C34439 Grenadier

📋 copy color: '#C34439'

red 195 ◦ green 68 ◦ blue 57

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

Shades of Grenadier #C34439

Tints of Grenadier #C34439

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

 BLUE value IS 57 (22.66% from 255) = 17.81%

R = 60.94%
G = 21.25%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C34439 (or 0xC34439) is known color: Grenadier. HEX triplet: C3, 44 and 39. RGB value is (195,68,57). Sum of RGB (Red+Green+Blue) = 195+68+57=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C34439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34439 is #3CBBC6. Grayscale: #686868. Windows color (decimal): -3980231 or 3753155. OLE color: 3753155.

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

Color convert

RGB 195 68 57 -
CMYK 0 0.65 0.71 0.24
HSL 4.78º 0.55% 0.49% -
HSV(B) 4.78º 0.71% 0.76% -
XYZ 25.31 16.03 5.63 -
YUV 104.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 195 68 57 0 0.65 0.71 0.24 4.78 0.55 0.49
Hex C3 44 39 0 41 47 18 5 37 31
Octal 303 104 71 0 101 107 30 5 67 61
Binary 11000011 1000100 111001 0 1000001 1000111 11000 101 110111 110001

Color Harmonies of #C34439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34439

Black with #C34439

Text Example


Text Example

White with #C34439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34439; }

 p { color: rgb(195,68,57); }

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

background-color css

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

 a { background-color: rgb(195,68,57); }

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

border-color css

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

 span { border-color: rgb(195,68,57); }

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