Html Css Color HEX #C24B33 Grenadier

📋 copy color: '#C24B33'

red 194 ◦ green 75 ◦ blue 51

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

Shades of Grenadier #C24B33

Tints of Grenadier #C24B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.44%

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 60.63%
G = 23.44%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C24B33 (or 0xC24B33) is known color: Grenadier. HEX triplet: C2, 4B and 33. RGB value is (194,75,51). Sum of RGB (Red+Green+Blue) = 194+75+51=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B33 is #3DB4CC. Grayscale: #6C6C6C. Windows color (decimal): -4043981 or 3361730. OLE color: 3361730.

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

Color convert

RGB 194 75 51 -
CMYK 0 0.61 0.74 0.24
HSL 10.07º 0.58% 0.48% -
HSV(B) 10.07º 0.74% 0.76% -
XYZ 25.36 16.74 5.03 -
YUV 107.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 194 75 51 0 0.61 0.74 0.24 10.07 0.58 0.48
Hex C2 4B 33 0 3D 4A 18 A 3A 30
Octal 302 113 63 0 75 112 30 12 72 60
Binary 11000010 1001011 110011 0 111101 1001010 11000 1010 111010 110000

Color Harmonies of #C24B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B33

Black with #C24B33

Text Example


Text Example

White with #C24B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B33; }

 p { color: rgb(194,75,51); }

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

background-color css

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

 a { background-color: rgb(194,75,51); }

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

border-color css

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

 span { border-color: rgb(194,75,51); }

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