Html Css Color HEX #C54135 Grenadier

📋 copy color: '#C54135'

red 197 ◦ green 65 ◦ blue 53

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

Shades of Grenadier #C54135

Tints of Grenadier #C54135

RGB

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

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

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

R = 62.54%
G = 20.63%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C54135 (or 0xC54135) is known color: Grenadier. HEX triplet: C5, 41 and 35. RGB value is (197,65,53). Sum of RGB (Red+Green+Blue) = 197+65+53=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C54135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54135 is #3ABECA. Grayscale: #676767. Windows color (decimal): -3849931 or 3490245. OLE color: 3490245.

HSL color Cylindrical-coordinate representation of color #C54135: hue angle of 5º 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 #C54135 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 65 53 -
CMYK 0 0.67 0.73 0.23
HSL 0.58% 0.49% -
HSV(B) 0.73% 0.77% -
XYZ 25.56 15.91 5.09 -
YUV 103.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 197 65 53 0 0.67 0.73 0.23 5 0.58 0.49
Hex C5 41 35 0 43 49 17 5 3A 31
Octal 305 101 65 0 103 111 27 5 72 61
Binary 11000101 1000001 110101 0 1000011 1001001 10111 101 111010 110001

Color Harmonies of #C54135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54135

Black with #C54135

Text Example


Text Example

White with #C54135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54135; }

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

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

background-color css

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

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

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

border-color css

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

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

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