Html Css Color HEX #C8443F Grenadier

📋 copy color: '#C8443F'

red 200 ◦ green 68 ◦ blue 63

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

Shades of Grenadier #C8443F

Tints of Grenadier #C8443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 60.42%
G = 20.54%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8443F (or 0xC8443F) is known color: Grenadier. HEX triplet: C8, 44 and 3F. RGB value is (200,68,63). Sum of RGB (Red+Green+Blue) = 200+68+63=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8443F is #37BBC0. Grayscale: #6B6B6B. Windows color (decimal): -3652545 or 4146376. OLE color: 4146376.

HSL color Cylindrical-coordinate representation of color #C8443F: hue angle of 2.19º 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 #C8443F is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 68 63 -
CMYK 0 0.66 0.68 0.22
HSL 2.19º 0.55% 0.52% -
HSV(B) 2.19º 0.69% 0.78% -
XYZ 26.78 16.77 6.53 -
YUV 106.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 200 68 63 0 0.66 0.68 0.22 2.19 0.55 0.52
Hex C8 44 3F 0 42 44 16 2 37 34
Octal 310 104 77 0 102 104 26 2 67 64
Binary 11001000 1000100 111111 0 1000010 1000100 10110 10 110111 110100

Color Harmonies of #C8443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8443F

Black with #C8443F

Text Example


Text Example

White with #C8443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8443F; }

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

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

background-color css

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

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

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

border-color css

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

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

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