Html Css Color HEX #C24135 Grenadier

📋 copy color: '#C24135'

red 194 ◦ green 65 ◦ blue 53

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

Shades of Grenadier #C24135

Tints of Grenadier #C24135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 62.18%
G = 20.83%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C24135 (or 0xC24135) is known color: Grenadier. HEX triplet: C2, 41 and 35. RGB value is (194,65,53). Sum of RGB (Red+Green+Blue) = 194+65+53=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C24135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24135 is #3DBECA. Grayscale: #666666. Windows color (decimal): -4046539 or 3490242. OLE color: 3490242.

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

Color convert

RGB 194 65 53 -
CMYK 0 0.66 0.73 0.24
HSL 5.11º 0.57% 0.48% -
HSV(B) 5.11º 0.73% 0.76% -
XYZ 24.78 15.51 5.06 -
YUV 102.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 194 65 53 0 0.66 0.73 0.24 5.11 0.57 0.48
Hex C2 41 35 0 42 49 18 5 39 30
Octal 302 101 65 0 102 111 30 5 71 60
Binary 11000010 1000001 110101 0 1000010 1001001 11000 101 111001 110000

Color Harmonies of #C24135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24135

Black with #C24135

Text Example


Text Example

White with #C24135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24135; }

 p { color: rgb(194,65,53); }

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

background-color css

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

 a { background-color: rgb(194,65,53); }

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

border-color css

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

 span { border-color: rgb(194,65,53); }

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