Html Css Color HEX #C2432C Grenadier

📋 copy color: '#C2432C'

red 194 ◦ green 67 ◦ blue 44

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

Shades of Grenadier #C2432C

Tints of Grenadier #C2432C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 63.61%
G = 21.97%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2432C (or 0xC2432C) is known color: Grenadier. HEX triplet: C2, 43 and 2C. RGB value is (194,67,44). Sum of RGB (Red+Green+Blue) = 194+67+44=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2432C is #3DBCD3. Grayscale: #666666. Windows color (decimal): -4046036 or 2900930. OLE color: 2900930.

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

Color convert

RGB 194 67 44 -
CMYK 0 0.65 0.77 0.24
HSL 9.2º 0.63% 0.47% -
HSV(B) 9.2º 0.77% 0.76% -
XYZ 24.71 15.67 4.1 -
YUV 102.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 194 67 44 0 0.65 0.77 0.24 9.2 0.63 0.47
Hex C2 43 2C 0 41 4D 18 9 3F 2F
Octal 302 103 54 0 101 115 30 11 77 57
Binary 11000010 1000011 101100 0 1000001 1001101 11000 1001 111111 101111

Color Harmonies of #C2432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2432C

Black with #C2432C

Text Example


Text Example

White with #C2432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2432C; }

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

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

background-color css

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

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

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

border-color css

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

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

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