Html Css Color HEX #C2432E Grenadier

📋 copy color: '#C2432E'

red 194 ◦ green 67 ◦ blue 46

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

Shades of Grenadier #C2432E

Tints of Grenadier #C2432E

RGB

 RED value IS 194 (76.17% from 255) = 63.19%

 GREEN value IS 67 (26.56% from 255) = 21.82%

 BLUE value IS 46 (18.36% from 255) = 14.98%

R = 63.19%
G = 21.82%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2432E (or 0xC2432E) is known color: Grenadier. HEX triplet: C2, 43 and 2E. RGB value is (194,67,46). Sum of RGB (Red+Green+Blue) = 194+67+46=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2432E is #3DBCD1. Grayscale: #666666. Windows color (decimal): -4046034 or 3032002. OLE color: 3032002.

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

Color convert

RGB 194 67 46 -
CMYK 0 0.65 0.76 0.24
HSL 8.51º 0.62% 0.47% -
HSV(B) 8.51º 0.76% 0.76% -
XYZ 24.75 15.68 4.31 -
YUV 102.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 194 67 46 0 0.65 0.76 0.24 8.51 0.62 0.47
Hex C2 43 2E 0 41 4C 18 9 3E 2F
Octal 302 103 56 0 101 114 30 11 76 57
Binary 11000010 1000011 101110 0 1000001 1001100 11000 1001 111110 101111

Color Harmonies of #C2432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2432E

Black with #C2432E

Text Example


Text Example

White with #C2432E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2432E; }

 p { color: rgb(194,67,46); }

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

background-color css

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

 a { background-color: rgb(194,67,46); }

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

border-color css

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

 span { border-color: rgb(194,67,46); }

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