Html Css Color HEX #C25340 Grenadier

📋 copy color: '#C25340'

red 194 ◦ green 83 ◦ blue 64

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

Shades of Grenadier #C25340

Tints of Grenadier #C25340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.34%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 56.89%
G = 24.34%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25340 (or 0xC25340) is known color: Grenadier. HEX triplet: C2, 53 and 40. RGB value is (194,83,64). Sum of RGB (Red+Green+Blue) = 194+83+64=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C25340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25340 is #3DACBF. Grayscale: #727272. Windows color (decimal): -4041920 or 4215746. OLE color: 4215746.

HSL color Cylindrical-coordinate representation of color #C25340: hue angle of 8.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C25340 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 64 -
CMYK 0 0.57 0.67 0.24
HSL 8.77º 0.52% 0.51% -
HSV(B) 8.77º 0.67% 0.76% -
XYZ 26.27 18.03 6.95 -
YUV 114.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 194 83 64 0 0.57 0.67 0.24 8.77 0.52 0.51
Hex C2 53 40 0 39 43 18 9 34 33
Octal 302 123 100 0 71 103 30 11 64 63
Binary 11000010 1010011 1000000 0 111001 1000011 11000 1001 110100 110011

Color Harmonies of #C25340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25340

Black with #C25340

Text Example


Text Example

White with #C25340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25340; }

 p { color: rgb(194,83,64); }

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

background-color css

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

 a { background-color: rgb(194,83,64); }

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

border-color css

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

 span { border-color: rgb(194,83,64); }

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