Html Css Color HEX #C54438 Grenadier

📋 copy color: '#C54438'

red 197 ◦ green 68 ◦ blue 56

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

Shades of Grenadier #C54438

Tints of Grenadier #C54438

RGB

 RED value IS 197 (77.34% from 255) = 61.37%

 GREEN value IS 68 (26.95% from 255) = 21.18%

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

R = 61.37%
G = 21.18%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C54438 (or 0xC54438) is known color: Grenadier. HEX triplet: C5, 44 and 38. RGB value is (197,68,56). Sum of RGB (Red+Green+Blue) = 197+68+56=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C54438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54438 is #3ABBC7. Grayscale: #696969. Windows color (decimal): -3849160 or 3687621. OLE color: 3687621.

HSL color Cylindrical-coordinate representation of color #C54438: hue angle of 5.11º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54438 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 56 -
CMYK 0 0.65 0.72 0.23
HSL 5.11º 0.56% 0.5% -
HSV(B) 5.11º 0.72% 0.77% -
XYZ 25.81 16.29 5.53 -
YUV 105.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 197 68 56 0 0.65 0.72 0.23 5.11 0.56 0.5
Hex C5 44 38 0 41 48 17 5 38 32
Octal 305 104 70 0 101 110 27 5 70 62
Binary 11000101 1000100 111000 0 1000001 1001000 10111 101 111000 110010

Color Harmonies of #C54438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54438

Black with #C54438

Text Example


Text Example

White with #C54438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54438; }

 p { color: rgb(197,68,56); }

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

background-color css

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

 a { background-color: rgb(197,68,56); }

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

border-color css

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

 span { border-color: rgb(197,68,56); }

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