Html Css Color HEX #D25D1A Chocolate

📋 copy color: '#D25D1A'

red 210 ◦ green 93 ◦ blue 26

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

Shades of Chocolate #D25D1A

Tints of Chocolate #D25D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 63.83%
G = 28.27%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D25D1A (or 0xD25D1A) is known color: Chocolate. HEX triplet: D2, 5D and 1A. RGB value is (210,93,26). Sum of RGB (Red+Green+Blue) = 210+93+26=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D1A is #2DA2E5. Grayscale: #787878. Windows color (decimal): -2990822 or 1727954. OLE color: 1727954.

HSL color Cylindrical-coordinate representation of color #D25D1A: hue angle of 21.85º 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 #D25D1A is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 93 26 -
CMYK 0 0.56 0.88 0.18
HSL 21.85º 0.78% 0.46% -
HSV(B) 21.85º 0.88% 0.82% -
XYZ 30.68 21.6 3.53 -
YUV 120.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 210 93 26 0 0.56 0.88 0.18 21.85 0.78 0.46
Hex D2 5D 1A 0 38 58 12 16 4E 2E
Octal 322 135 32 0 70 130 22 26 116 56
Binary 11010010 1011101 11010 0 111000 1011000 10010 10110 1001110 101110

Color Harmonies of #D25D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D1A

Black with #D25D1A

Text Example


Text Example

White with #D25D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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