Html Css Color HEX #C2452D Grenadier

📋 copy color: '#C2452D'

red 194 ◦ green 69 ◦ blue 45

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

Shades of Grenadier #C2452D

Tints of Grenadier #C2452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 62.99%
G = 22.4%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2452D (or 0xC2452D) is known color: Grenadier. HEX triplet: C2, 45 and 2D. RGB value is (194,69,45). Sum of RGB (Red+Green+Blue) = 194+69+45=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2452D is #3DBAD2. Grayscale: #676767. Windows color (decimal): -4045523 or 2966978. OLE color: 2966978.

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

Color convert

RGB 194 69 45 -
CMYK 0 0.64 0.77 0.24
HSL 9.66º 0.62% 0.47% -
HSV(B) 9.66º 0.77% 0.76% -
XYZ 24.85 15.92 4.24 -
YUV 103.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 194 69 45 0 0.64 0.77 0.24 9.66 0.62 0.47
Hex C2 45 2D 0 40 4D 18 A 3E 2F
Octal 302 105 55 0 100 115 30 12 76 57
Binary 11000010 1000101 101101 0 1000000 1001101 11000 1010 111110 101111

Color Harmonies of #C2452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2452D

Black with #C2452D

Text Example


Text Example

White with #C2452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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