Html Css Color HEX #C84231 Grenadier

📋 copy color: '#C84231'

red 200 ◦ green 66 ◦ blue 49

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

Shades of Grenadier #C84231

Tints of Grenadier #C84231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 63.49%
G = 20.95%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C84231 (or 0xC84231) is known color: Grenadier. HEX triplet: C8, 42 and 31. RGB value is (200,66,49). Sum of RGB (Red+Green+Blue) = 200+66+49=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C84231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84231 is #37BDCE. Grayscale: #686868. Windows color (decimal): -3653071 or 3228360. OLE color: 3228360.

HSL color Cylindrical-coordinate representation of color #C84231: hue angle of 6.75º degrees, saturation: 0.61, 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 #C84231 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 66 49 -
CMYK 0 0.67 0.76 0.22
HSL 6.75º 0.61% 0.49% -
HSV(B) 6.75º 0.76% 0.78% -
XYZ 26.32 16.4 4.68 -
YUV 104.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 200 66 49 0 0.67 0.76 0.22 6.75 0.61 0.49
Hex C8 42 31 0 43 4C 16 7 3D 31
Octal 310 102 61 0 103 114 26 7 75 61
Binary 11001000 1000010 110001 0 1000011 1001100 10110 111 111101 110001

Color Harmonies of #C84231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84231

Black with #C84231

Text Example


Text Example

White with #C84231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84231; }

 p { color: rgb(200,66,49); }

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

background-color css

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

 a { background-color: rgb(200,66,49); }

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

border-color css

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

 span { border-color: rgb(200,66,49); }

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