Html Css Color HEX #D25D41 Dark Coral

📋 copy color: '#D25D41'

red 210 ◦ green 93 ◦ blue 65

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

Shades of Dark Coral #D25D41

Tints of Dark Coral #D25D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 57.07%
G = 25.27%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D25D41 (or 0xD25D41) is known color: Dark Coral. HEX triplet: D2, 5D and 41. RGB value is (210,93,65). Sum of RGB (Red+Green+Blue) = 210+93+65=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D41 is #2DA2BE. Grayscale: #7D7D7D. Windows color (decimal): -2990783 or 4283858. OLE color: 4283858.

HSL color Cylindrical-coordinate representation of color #D25D41: hue angle of 11.59º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D25D41 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 93 65 -
CMYK 0 0.56 0.69 0.18
HSL 11.59º 0.62% 0.54% -
HSV(B) 11.59º 0.69% 0.82% -
XYZ 31.45 21.91 7.57 -
YUV 124.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 210 93 65 0 0.56 0.69 0.18 11.59 0.62 0.54
Hex D2 5D 41 0 38 45 12 C 3E 36
Octal 322 135 101 0 70 105 22 14 76 66
Binary 11010010 1011101 1000001 0 111000 1000101 10010 1100 111110 110110

Color Harmonies of #D25D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D41

Black with #D25D41

Text Example


Text Example

White with #D25D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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