Html Css Color HEX #D5533A Dark Coral

📋 copy color: '#D5533A'

red 213 ◦ green 83 ◦ blue 58

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

Shades of Dark Coral #D5533A

Tints of Dark Coral #D5533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 60.17%
G = 23.45%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5533A (or 0xD5533A) is known color: Dark Coral. HEX triplet: D5, 53 and 3A. RGB value is (213,83,58). Sum of RGB (Red+Green+Blue) = 213+83+58=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5533A is #2AACC5. Grayscale: #777777. Windows color (decimal): -2796742 or 3822549. OLE color: 3822549.

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

Color convert

RGB 213 83 58 -
CMYK 0 0.61 0.73 0.16
HSL 9.68º 0.65% 0.53% -
HSV(B) 9.68º 0.73% 0.84% -
XYZ 31.3 20.64 6.34 -
YUV 119.02 93.57 195.03 -
System Red Green Blue C M Y K H S L
Decimal 213 83 58 0 0.61 0.73 0.16 9.68 0.65 0.53
Hex D5 53 3A 0 3D 49 10 A 41 35
Octal 325 123 72 0 75 111 20 12 101 65
Binary 11010101 1010011 111010 0 111101 1001001 10000 1010 1000001 110101

Color Harmonies of #D5533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5533A

Black with #D5533A

Text Example


Text Example

White with #D5533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5533A; }

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

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

background-color css

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

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

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

border-color css

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

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

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