Html Css Color HEX #C44135 Grenadier

📋 copy color: '#C44135'

red 196 ◦ green 65 ◦ blue 53

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

Shades of Grenadier #C44135

Tints of Grenadier #C44135

RGB

 RED value IS 196 (76.95% from 255) = 62.42%

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

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

R = 62.42%
G = 20.7%
B = 16.88%

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

#C44135 (or 0xC44135) is known color: Grenadier. HEX triplet: C4, 41 and 35. RGB value is (196,65,53). Sum of RGB (Red+Green+Blue) = 196+65+53=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C44135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44135 is #3BBECA. Grayscale: #666666. Windows color (decimal): -3915467 or 3490244. OLE color: 3490244.

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

Color convert

RGB 196 65 53 -
CMYK 0 0.67 0.73 0.23
HSL 5.03º 0.57% 0.49% -
HSV(B) 5.03º 0.73% 0.77% -
XYZ 25.3 15.77 5.08 -
YUV 102.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 196 65 53 0 0.67 0.73 0.23 5.03 0.57 0.49
Hex C4 41 35 0 43 49 17 5 39 31
Octal 304 101 65 0 103 111 27 5 71 61
Binary 11000100 1000001 110101 0 1000011 1001001 10111 101 111001 110001

Color Harmonies of #C44135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44135

Black with #C44135

Text Example


Text Example

White with #C44135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44135; }

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

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

background-color css

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

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

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

border-color css

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

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

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