Html Css Color HEX #C2452E Grenadier

📋 copy color: '#C2452E'

red 194 ◦ green 69 ◦ blue 46

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

Shades of Grenadier #C2452E

Tints of Grenadier #C2452E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

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

R = 62.78%
G = 22.33%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2452E (or 0xC2452E) is known color: Grenadier. HEX triplet: C2, 45 and 2E. RGB value is (194,69,46). Sum of RGB (Red+Green+Blue) = 194+69+46=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2452E is #3DBAD1. Grayscale: #676767. Windows color (decimal): -4045522 or 3032514. OLE color: 3032514.

HSL color Cylindrical-coordinate representation of color #C2452E: hue angle of 9.32º 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 #C2452E is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 46 -
CMYK 0 0.64 0.76 0.24
HSL 9.32º 0.62% 0.47% -
HSV(B) 9.32º 0.76% 0.76% -
XYZ 24.87 15.92 4.35 -
YUV 103.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 194 69 46 0 0.64 0.76 0.24 9.32 0.62 0.47
Hex C2 45 2E 0 40 4C 18 9 3E 2F
Octal 302 105 56 0 100 114 30 11 76 57
Binary 11000010 1000101 101110 0 1000000 1001100 11000 1001 111110 101111

Color Harmonies of #C2452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2452E

Black with #C2452E

Text Example


Text Example

White with #C2452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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