Html Css Color HEX #DF5F2D Sorbus

📋 copy color: '#DF5F2D'

red 223 ◦ green 95 ◦ blue 45

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

Shades of Sorbus #DF5F2D

Tints of Sorbus #DF5F2D

RGB

 RED value IS 223 (87.5% from 255) = 61.43%

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

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 61.43%
G = 26.17%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF5F2D (or 0xDF5F2D) is known color: Sorbus. HEX triplet: DF, 5F and 2D. RGB value is (223,95,45). Sum of RGB (Red+Green+Blue) = 223+95+45=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F2D is #20A0D2. Grayscale: #7F7F7F. Windows color (decimal): -2138323 or 2973663. OLE color: 2973663.

HSL color Cylindrical-coordinate representation of color #DF5F2D: hue angle of 16.85º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF5F2D is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 95 45 -
CMYK 0 0.57 0.80 0.13
HSL 16.85º 0.74% 0.53% -
HSV(B) 16.85º 0.8% 0.87% -
XYZ 35 24.06 5.28 -
YUV 127.57 81.41 196.07 -
System Red Green Blue C M Y K H S L
Decimal 223 95 45 0 0.57 0.80 0.13 16.85 0.74 0.53
Hex DF 5F 2D 0 39 50 D 11 4A 35
Octal 337 137 55 0 71 120 15 21 112 65
Binary 11011111 1011111 101101 0 111001 1010000 1101 10001 1001010 110101

Color Harmonies of #DF5F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F2D

Black with #DF5F2D

Text Example


Text Example

White with #DF5F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F2D; }

 p { color: rgb(223,95,45); }

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

background-color css

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

 a { background-color: rgb(223,95,45); }

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

border-color css

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

 span { border-color: rgb(223,95,45); }

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