Html Css Color HEX #C64B3F Grenadier

📋 copy color: '#C64B3F'

red 198 ◦ green 75 ◦ blue 63

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

Shades of Grenadier #C64B3F

Tints of Grenadier #C64B3F

RGB

 RED value IS 198 (77.73% from 255) = 58.93%

 GREEN value IS 75 (29.69% from 255) = 22.32%

 BLUE value IS 63 (25% from 255) = 18.75%

R = 58.93%
G = 22.32%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C64B3F (or 0xC64B3F) is known color: Grenadier. HEX triplet: C6, 4B and 3F. RGB value is (198,75,63). Sum of RGB (Red+Green+Blue) = 198+75+63=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B3F is #39B4C0. Grayscale: #6E6E6E. Windows color (decimal): -3781825 or 4148166. OLE color: 4148166.

HSL color Cylindrical-coordinate representation of color #C64B3F: hue angle of 5.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64B3F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 75 63 -
CMYK 0 0.62 0.68 0.22
HSL 5.33º 0.54% 0.51% -
HSV(B) 5.33º 0.68% 0.78% -
XYZ 26.7 17.4 6.65 -
YUV 110.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 198 75 63 0 0.62 0.68 0.22 5.33 0.54 0.51
Hex C6 4B 3F 0 3E 44 16 5 36 33
Octal 306 113 77 0 76 104 26 5 66 63
Binary 11000110 1001011 111111 0 111110 1000100 10110 101 110110 110011

Color Harmonies of #C64B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B3F

Black with #C64B3F

Text Example


Text Example

White with #C64B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B3F; }

 p { color: rgb(198,75,63); }

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

background-color css

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

 a { background-color: rgb(198,75,63); }

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

border-color css

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

 span { border-color: rgb(198,75,63); }

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