Html Css Color HEX #DF613B Sorbus

📋 copy color: '#DF613B'

red 223 ◦ green 97 ◦ blue 59

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

Shades of Sorbus #DF613B

Tints of Sorbus #DF613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

 BLUE value IS 59 (23.44% from 255) = 15.57%

R = 58.84%
G = 25.59%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF613B (or 0xDF613B) is known color: Sorbus. HEX triplet: DF, 61 and 3B. RGB value is (223,97,59). Sum of RGB (Red+Green+Blue) = 223+97+59=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF613B is #209EC4. Grayscale: #828282. Windows color (decimal): -2137797 or 3891679. OLE color: 3891679.

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

Color convert

RGB 223 97 59 -
CMYK 0 0.57 0.74 0.13
HSL 13.9º 0.72% 0.55% -
HSV(B) 13.9º 0.74% 0.87% -
XYZ 35.5 24.55 7.01 -
YUV 130.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 223 97 59 0 0.57 0.74 0.13 13.9 0.72 0.55
Hex DF 61 3B 0 39 4A D E 48 37
Octal 337 141 73 0 71 112 15 16 110 67
Binary 11011111 1100001 111011 0 111001 1001010 1101 1110 1001000 110111

Color Harmonies of #DF613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF613B

Black with #DF613B

Text Example


Text Example

White with #DF613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF613B; }

 p { color: rgb(223,97,59); }

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

background-color css

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

 a { background-color: rgb(223,97,59); }

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

border-color css

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

 span { border-color: rgb(223,97,59); }

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