Html Css Color HEX #D2631A Chocolate

📋 copy color: '#D2631A'

red 210 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #D2631A

Tints of Chocolate #D2631A

RGB

 RED value IS 210 (82.42% from 255) = 62.69%

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

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

R = 62.69%
G = 29.55%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2631A (or 0xD2631A) is known color: Chocolate. HEX triplet: D2, 63 and 1A. RGB value is (210,99,26). Sum of RGB (Red+Green+Blue) = 210+99+26=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2631A is #2D9CE5. Grayscale: #7C7C7C. Windows color (decimal): -2989286 or 1729490. OLE color: 1729490.

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

Color convert

RGB 210 99 26 -
CMYK 0 0.53 0.88 0.18
HSL 23.8º 0.78% 0.46% -
HSV(B) 23.8º 0.88% 0.82% -
XYZ 31.23 22.7 3.71 -
YUV 123.87 72.77 189.44 -
System Red Green Blue C M Y K H S L
Decimal 210 99 26 0 0.53 0.88 0.18 23.8 0.78 0.46
Hex D2 63 1A 0 35 58 12 18 4E 2E
Octal 322 143 32 0 65 130 22 30 116 56
Binary 11010010 1100011 11010 0 110101 1011000 10010 11000 1001110 101110

Color Harmonies of #D2631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2631A

Black with #D2631A

Text Example


Text Example

White with #D2631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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