Html Css Color HEX #D25E4B Dark Coral

📋 copy color: '#D25E4B'

red 210 ◦ green 94 ◦ blue 75

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

Shades of Dark Coral #D25E4B

Tints of Dark Coral #D25E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 55.41%
G = 24.8%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D25E4B (or 0xD25E4B) is known color: Dark Coral. HEX triplet: D2, 5E and 4B. RGB value is (210,94,75). Sum of RGB (Red+Green+Blue) = 210+94+75=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25E4B is #2DA1B4. Grayscale: #7E7E7E. Windows color (decimal): -2990517 or 4939474. OLE color: 4939474.

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

Color convert

RGB 210 94 75 -
CMYK 0 0.55 0.64 0.18
HSL 8.44º 0.6% 0.56% -
HSV(B) 8.44º 0.64% 0.82% -
XYZ 31.85 22.22 9.27 -
YUV 126.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 210 94 75 0 0.55 0.64 0.18 8.44 0.6 0.56
Hex D2 5E 4B 0 37 40 12 8 3C 38
Octal 322 136 113 0 67 100 22 10 74 70
Binary 11010010 1011110 1001011 0 110111 1000000 10010 1000 111100 111000

Color Harmonies of #D25E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E4B

Black with #D25E4B

Text Example


Text Example

White with #D25E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E4B; }

 p { color: rgb(210,94,75); }

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

background-color css

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

 a { background-color: rgb(210,94,75); }

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

border-color css

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

 span { border-color: rgb(210,94,75); }

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