Html Css Color HEX #D3631A Chocolate

📋 copy color: '#D3631A'

red 211 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #D3631A

Tints of Chocolate #D3631A

RGB

 RED value IS 211 (82.81% from 255) = 62.8%

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 26 (10.55% from 255) = 7.74%

R = 62.8%
G = 29.46%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D3631A (or 0xD3631A) is known color: Chocolate. HEX triplet: D3, 63 and 1A. RGB value is (211,99,26). Sum of RGB (Red+Green+Blue) = 211+99+26=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3631A is #2C9CE5. Grayscale: #7C7C7C. Windows color (decimal): -2923750 or 1729491. OLE color: 1729491.

HSL color Cylindrical-coordinate representation of color #D3631A: hue angle of 23.68º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3631A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 99 26 -
CMYK 0 0.53 0.88 0.17
HSL 23.68º 0.78% 0.46% -
HSV(B) 23.68º 0.88% 0.83% -
XYZ 31.51 22.85 3.73 -
YUV 124.17 72.61 189.94 -
System Red Green Blue C M Y K H S L
Decimal 211 99 26 0 0.53 0.88 0.17 23.68 0.78 0.46
Hex D3 63 1A 0 35 58 11 18 4E 2E
Octal 323 143 32 0 65 130 21 30 116 56
Binary 11010011 1100011 11010 0 110101 1011000 10001 11000 1001110 101110

Color Harmonies of #D3631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3631A

Black with #D3631A

Text Example


Text Example

White with #D3631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3631A; }

 p { color: rgb(211,99,26); }

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

background-color css

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

 a { background-color: rgb(211,99,26); }

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

border-color css

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

 span { border-color: rgb(211,99,26); }

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