Html Css Color HEX #C84133 Grenadier

📋 copy color: '#C84133'

red 200 ◦ green 65 ◦ blue 51

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

Shades of Grenadier #C84133

Tints of Grenadier #C84133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 63.29%
G = 20.57%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C84133 (or 0xC84133) is known color: Grenadier. HEX triplet: C8, 41 and 33. RGB value is (200,65,51). Sum of RGB (Red+Green+Blue) = 200+65+51=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C84133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84133 is #37BECC. Grayscale: #676767. Windows color (decimal): -3653325 or 3359176. OLE color: 3359176.

HSL color Cylindrical-coordinate representation of color #C84133: hue angle of 5.64º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C84133 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 51 -
CMYK 0 0.68 0.74 0.22
HSL 5.64º 0.59% 0.49% -
HSV(B) 5.64º 0.75% 0.78% -
XYZ 26.31 16.3 4.89 -
YUV 103.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 200 65 51 0 0.68 0.74 0.22 5.64 0.59 0.49
Hex C8 41 33 0 44 4A 16 6 3B 31
Octal 310 101 63 0 104 112 26 6 73 61
Binary 11001000 1000001 110011 0 1000100 1001010 10110 110 111011 110001

Color Harmonies of #C84133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84133

Black with #C84133

Text Example


Text Example

White with #C84133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84133; }

 p { color: rgb(200,65,51); }

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

background-color css

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

 a { background-color: rgb(200,65,51); }

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

border-color css

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

 span { border-color: rgb(200,65,51); }

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