Html Css Color HEX #C3443E Grenadier

📋 copy color: '#C3443E'

red 195 ◦ green 68 ◦ blue 62

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

Shades of Grenadier #C3443E

Tints of Grenadier #C3443E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.08%

R = 60%
G = 20.92%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3443E (or 0xC3443E) is known color: Grenadier. HEX triplet: C3, 44 and 3E. RGB value is (195,68,62). Sum of RGB (Red+Green+Blue) = 195+68+62=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3443E is #3CBBC1. Grayscale: #696969. Windows color (decimal): -3980226 or 4080835. OLE color: 4080835.

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

Color convert

RGB 195 68 62 -
CMYK 0 0.65 0.68 0.24
HSL 2.71º 0.53% 0.5% -
HSV(B) 2.71º 0.68% 0.76% -
XYZ 25.44 16.08 6.32 -
YUV 105.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 195 68 62 0 0.65 0.68 0.24 2.71 0.53 0.5
Hex C3 44 3E 0 41 44 18 3 35 32
Octal 303 104 76 0 101 104 30 3 65 62
Binary 11000011 1000100 111110 0 1000001 1000100 11000 11 110101 110010

Color Harmonies of #C3443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3443E

Black with #C3443E

Text Example


Text Example

White with #C3443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3443E; }

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

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

background-color css

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

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

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

border-color css

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

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

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