Html Css Color HEX #C54A35 Grenadier

📋 copy color: '#C54A35'

red 197 ◦ green 74 ◦ blue 53

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

Shades of Grenadier #C54A35

Tints of Grenadier #C54A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

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

R = 60.8%
G = 22.84%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C54A35 (or 0xC54A35) is known color: Grenadier. HEX triplet: C5, 4A and 35. RGB value is (197,74,53). Sum of RGB (Red+Green+Blue) = 197+74+53=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A35 is #3AB5CA. Grayscale: #6C6C6C. Windows color (decimal): -3847627 or 3492549. OLE color: 3492549.

HSL color Cylindrical-coordinate representation of color #C54A35: hue angle of 8.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C54A35 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 74 53 -
CMYK 0 0.62 0.73 0.23
HSL 8.75º 0.58% 0.49% -
HSV(B) 8.75º 0.73% 0.77% -
XYZ 26.12 17.02 5.28 -
YUV 108.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 197 74 53 0 0.62 0.73 0.23 8.75 0.58 0.49
Hex C5 4A 35 0 3E 49 17 9 3A 31
Octal 305 112 65 0 76 111 27 11 72 61
Binary 11000101 1001010 110101 0 111110 1001001 10111 1001 111010 110001

Color Harmonies of #C54A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A35

Black with #C54A35

Text Example


Text Example

White with #C54A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A35; }

 p { color: rgb(197,74,53); }

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

background-color css

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

 a { background-color: rgb(197,74,53); }

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

border-color css

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

 span { border-color: rgb(197,74,53); }

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