Html Css Color HEX #D26E1F Chocolate

📋 copy color: '#D26E1F'

red 210 ◦ green 110 ◦ blue 31

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

Shades of Chocolate #D26E1F

Tints of Chocolate #D26E1F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.34%

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 59.83%
G = 31.34%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D26E1F (or 0xD26E1F) is known color: Chocolate. HEX triplet: D2, 6E and 1F. RGB value is (210,110,31). Sum of RGB (Red+Green+Blue) = 210+110+31=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26E1F is #2D91E0. Grayscale: #838383. Windows color (decimal): -2986465 or 2059986. OLE color: 2059986.

HSL color Cylindrical-coordinate representation of color #D26E1F: hue angle of 26.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D26E1F is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 110 31 -
CMYK 0 0.48 0.85 0.18
HSL 26.48º 0.74% 0.47% -
HSV(B) 26.48º 0.85% 0.82% -
XYZ 32.4 24.95 4.4 -
YUV 130.89 71.63 184.42 -
System Red Green Blue C M Y K H S L
Decimal 210 110 31 0 0.48 0.85 0.18 26.48 0.74 0.47
Hex D2 6E 1F 0 30 55 12 1A 4A 2F
Octal 322 156 37 0 60 125 22 32 112 57
Binary 11010010 1101110 11111 0 110000 1010101 10010 11010 1001010 101111

Color Harmonies of #D26E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26E1F

Black with #D26E1F

Text Example


Text Example

White with #D26E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26E1F; }

 p { color: rgb(210,110,31); }

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

background-color css

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

 a { background-color: rgb(210,110,31); }

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

border-color css

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

 span { border-color: rgb(210,110,31); }

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