Html Css Color HEX #DC5F3F Sorbus

📋 copy color: '#DC5F3F'

red 220 ◦ green 95 ◦ blue 63

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

Shades of Sorbus #DC5F3F

Tints of Sorbus #DC5F3F

RGB

 RED value IS 220 (86.33% from 255) = 58.2%

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

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

R = 58.2%
G = 25.13%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC5F3F (or 0xDC5F3F) is known color: Sorbus. HEX triplet: DC, 5F and 3F. RGB value is (220,95,63). Sum of RGB (Red+Green+Blue) = 220+95+63=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F3F is #23A0C0. Grayscale: #808080. Windows color (decimal): -2334913 or 4153308. OLE color: 4153308.

HSL color Cylindrical-coordinate representation of color #DC5F3F: hue angle of 12.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC5F3F is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 63 -
CMYK 0 0.57 0.71 0.14
HSL 12.23º 0.69% 0.55% -
HSV(B) 12.23º 0.71% 0.86% -
XYZ 34.5 23.76 7.47 -
YUV 128.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 220 95 63 0 0.57 0.71 0.14 12.23 0.69 0.55
Hex DC 5F 3F 0 39 47 E C 45 37
Octal 334 137 77 0 71 107 16 14 105 67
Binary 11011100 1011111 111111 0 111001 1000111 1110 1100 1000101 110111

Color Harmonies of #DC5F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F3F

Black with #DC5F3F

Text Example


Text Example

White with #DC5F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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