Html Css Color HEX #C8483F Grenadier

📋 copy color: '#C8483F'

red 200 ◦ green 72 ◦ blue 63

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

Shades of Grenadier #C8483F

Tints of Grenadier #C8483F

RGB

 RED value IS 200 (78.52% from 255) = 59.7%

 GREEN value IS 72 (28.52% from 255) = 21.49%

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

R = 59.7%
G = 21.49%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8483F (or 0xC8483F) is known color: Grenadier. HEX triplet: C8, 48 and 3F. RGB value is (200,72,63). Sum of RGB (Red+Green+Blue) = 200+72+63=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C8483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8483F is #37B7C0. Grayscale: #6D6D6D. Windows color (decimal): -3651521 or 4147400. OLE color: 4147400.

HSL color Cylindrical-coordinate representation of color #C8483F: hue angle of 3.94º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8483F is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 72 63 -
CMYK 0 0.64 0.68 0.22
HSL 3.94º 0.55% 0.52% -
HSV(B) 3.94º 0.69% 0.78% -
XYZ 27.03 17.27 6.61 -
YUV 109.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 200 72 63 0 0.64 0.68 0.22 3.94 0.55 0.52
Hex C8 48 3F 0 40 44 16 4 37 34
Octal 310 110 77 0 100 104 26 4 67 64
Binary 11001000 1001000 111111 0 1000000 1000100 10110 100 110111 110100

Color Harmonies of #C8483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8483F

Black with #C8483F

Text Example


Text Example

White with #C8483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8483F; }

 p { color: rgb(200,72,63); }

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

background-color css

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

 a { background-color: rgb(200,72,63); }

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

border-color css

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

 span { border-color: rgb(200,72,63); }

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