Html Css Color HEX #DD5F3F Sorbus

📋 copy color: '#DD5F3F'

red 221 ◦ green 95 ◦ blue 63

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

Shades of Sorbus #DD5F3F

Tints of Sorbus #DD5F3F

RGB

 RED value IS 221 (86.72% from 255) = 58.31%

 GREEN value IS 95 (37.5% from 255) = 25.07%

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

R = 58.31%
G = 25.07%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5F3F (or 0xDD5F3F) is known color: Sorbus. HEX triplet: DD, 5F and 3F. RGB value is (221,95,63). Sum of RGB (Red+Green+Blue) = 221+95+63=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5F3F is #22A0C0. Grayscale: #818181. Windows color (decimal): -2269377 or 4153309. OLE color: 4153309.

HSL color Cylindrical-coordinate representation of color #DD5F3F: hue angle of 12.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD5F3F is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 95 63 -
CMYK 0 0.57 0.71 0.13
HSL 12.15º 0.7% 0.56% -
HSV(B) 12.15º 0.71% 0.87% -
XYZ 34.81 23.92 7.48 -
YUV 129.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 221 95 63 0 0.57 0.71 0.13 12.15 0.7 0.56
Hex DD 5F 3F 0 39 47 D C 46 38
Octal 335 137 77 0 71 107 15 14 106 70
Binary 11011101 1011111 111111 0 111001 1000111 1101 1100 1000110 111000

Color Harmonies of #DD5F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F3F

Black with #DD5F3F

Text Example


Text Example

White with #DD5F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F3F; }

 p { color: rgb(221,95,63); }

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

background-color css

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

 a { background-color: rgb(221,95,63); }

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

border-color css

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

 span { border-color: rgb(221,95,63); }

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