Html Css Color HEX #C24338 Grenadier

📋 copy color: '#C24338'

red 194 ◦ green 67 ◦ blue 56

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

Shades of Grenadier #C24338

Tints of Grenadier #C24338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 61.2%
G = 21.14%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C24338 (or 0xC24338) is known color: Grenadier. HEX triplet: C2, 43 and 38. RGB value is (194,67,56). Sum of RGB (Red+Green+Blue) = 194+67+56=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C24338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24338 is #3DBCC7. Grayscale: #676767. Windows color (decimal): -4046024 or 3687362. OLE color: 3687362.

HSL color Cylindrical-coordinate representation of color #C24338: hue angle of 4.78º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24338 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 56 -
CMYK 0 0.65 0.71 0.24
HSL 4.78º 0.55% 0.49% -
HSV(B) 4.78º 0.71% 0.76% -
XYZ 24.97 15.77 5.47 -
YUV 103.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 194 67 56 0 0.65 0.71 0.24 4.78 0.55 0.49
Hex C2 43 38 0 41 47 18 5 37 31
Octal 302 103 70 0 101 107 30 5 67 61
Binary 11000010 1000011 111000 0 1000001 1000111 11000 101 110111 110001

Color Harmonies of #C24338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24338

Black with #C24338

Text Example


Text Example

White with #C24338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24338; }

 p { color: rgb(194,67,56); }

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

background-color css

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

 a { background-color: rgb(194,67,56); }

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

border-color css

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

 span { border-color: rgb(194,67,56); }

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