Html Css Color HEX #D2533F Dark Coral

📋 copy color: '#D2533F'

red 210 ◦ green 83 ◦ blue 63

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

Shades of Dark Coral #D2533F

Tints of Dark Coral #D2533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

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

R = 58.99%
G = 23.31%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2533F (or 0xD2533F) is known color: Dark Coral. HEX triplet: D2, 53 and 3F. RGB value is (210,83,63). Sum of RGB (Red+Green+Blue) = 210+83+63=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2533F is #2DACC0. Grayscale: #767676. Windows color (decimal): -2993345 or 4150226. OLE color: 4150226.

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

Color convert

RGB 210 83 63 -
CMYK 0 0.60 0.70 0.18
HSL 8.16º 0.62% 0.54% -
HSV(B) 8.16º 0.7% 0.82% -
XYZ 30.57 20.25 7 -
YUV 118.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 210 83 63 0 0.60 0.70 0.18 8.16 0.62 0.54
Hex D2 53 3F 0 3C 46 12 8 3E 36
Octal 322 123 77 0 74 106 22 10 76 66
Binary 11010010 1010011 111111 0 111100 1000110 10010 1000 111110 110110

Color Harmonies of #D2533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2533F

Black with #D2533F

Text Example


Text Example

White with #D2533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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