Html Css Color HEX #C34434 Grenadier

📋 copy color: '#C34434'

red 195 ◦ green 68 ◦ blue 52

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

Shades of Grenadier #C34434

Tints of Grenadier #C34434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 61.9%
G = 21.59%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C34434 (or 0xC34434) is known color: Grenadier. HEX triplet: C3, 44 and 34. RGB value is (195,68,52). Sum of RGB (Red+Green+Blue) = 195+68+52=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C34434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34434 is #3CBBCB. Grayscale: #686868. Windows color (decimal): -3980236 or 3425475. OLE color: 3425475.

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

Color convert

RGB 195 68 52 -
CMYK 0 0.65 0.73 0.24
HSL 6.71º 0.58% 0.48% -
HSV(B) 6.71º 0.73% 0.76% -
XYZ 25.19 15.98 5.01 -
YUV 104.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 195 68 52 0 0.65 0.73 0.24 6.71 0.58 0.48
Hex C3 44 34 0 41 49 18 7 3A 30
Octal 303 104 64 0 101 111 30 7 72 60
Binary 11000011 1000100 110100 0 1000001 1001001 11000 111 111010 110000

Color Harmonies of #C34434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34434

Black with #C34434

Text Example


Text Example

White with #C34434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34434; }

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

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

background-color css

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

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

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

border-color css

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

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

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