Html Css Color HEX #D5533D Dark Coral

📋 copy color: '#D5533D'

red 213 ◦ green 83 ◦ blue 61

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

Shades of Dark Coral #D5533D

Tints of Dark Coral #D5533D

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

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

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 59.66%
G = 23.25%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5533D (or 0xD5533D) is known color: Dark Coral. HEX triplet: D5, 53 and 3D. RGB value is (213,83,61). Sum of RGB (Red+Green+Blue) = 213+83+61=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5533D is #2AACC2. Grayscale: #777777. Windows color (decimal): -2796739 or 4019157. OLE color: 4019157.

HSL color Cylindrical-coordinate representation of color #D5533D: hue angle of 8.68º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5533D is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 61 -
CMYK 0 0.61 0.71 0.16
HSL 8.68º 0.64% 0.54% -
HSV(B) 8.68º 0.71% 0.84% -
XYZ 31.38 20.67 6.75 -
YUV 119.36 95.07 194.79 -
System Red Green Blue C M Y K H S L
Decimal 213 83 61 0 0.61 0.71 0.16 8.68 0.64 0.54
Hex D5 53 3D 0 3D 47 10 9 40 36
Octal 325 123 75 0 75 107 20 11 100 66
Binary 11010101 1010011 111101 0 111101 1000111 10000 1001 1000000 110110

Color Harmonies of #D5533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5533D

Black with #D5533D

Text Example


Text Example

White with #D5533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5533D; }

 p { color: rgb(213,83,61); }

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

background-color css

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

 a { background-color: rgb(213,83,61); }

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

border-color css

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

 span { border-color: rgb(213,83,61); }

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