Html Css Color HEX #D25A3F Dark Coral

📋 copy color: '#D25A3F'

red 210 ◦ green 90 ◦ blue 63

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

Shades of Dark Coral #D25A3F

Tints of Dark Coral #D25A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 57.85%
G = 24.79%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D25A3F (or 0xD25A3F) is known color: Dark Coral. HEX triplet: D2, 5A and 3F. RGB value is (210,90,63). Sum of RGB (Red+Green+Blue) = 210+90+63=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A3F is #2DA5C0. Grayscale: #7B7B7B. Windows color (decimal): -2991553 or 4152018. OLE color: 4152018.

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

Color convert

RGB 210 90 63 -
CMYK 0 0.57 0.70 0.18
HSL 11.02º 0.62% 0.54% -
HSV(B) 11.02º 0.7% 0.82% -
XYZ 31.13 21.37 7.19 -
YUV 122.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 210 90 63 0 0.57 0.70 0.18 11.02 0.62 0.54
Hex D2 5A 3F 0 39 46 12 B 3E 36
Octal 322 132 77 0 71 106 22 13 76 66
Binary 11010010 1011010 111111 0 111001 1000110 10010 1011 111110 110110

Color Harmonies of #D25A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A3F

Black with #D25A3F

Text Example


Text Example

White with #D25A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A3F; }

 p { color: rgb(210,90,63); }

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

background-color css

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

 a { background-color: rgb(210,90,63); }

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

border-color css

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

 span { border-color: rgb(210,90,63); }

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