Html Css Color HEX #DF652F Sorbus

📋 copy color: '#DF652F'

red 223 ◦ green 101 ◦ blue 47

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

Shades of Sorbus #DF652F

Tints of Sorbus #DF652F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 60.11%
G = 27.22%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF652F (or 0xDF652F) is known color: Sorbus. HEX triplet: DF, 65 and 2F. RGB value is (223,101,47). Sum of RGB (Red+Green+Blue) = 223+101+47=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF652F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF652F is #209AD0. Grayscale: #838383. Windows color (decimal): -2136785 or 3106271. OLE color: 3106271.

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

Color convert

RGB 223 101 47 -
CMYK 0 0.55 0.79 0.13
HSL 18.41º 0.73% 0.53% -
HSV(B) 18.41º 0.79% 0.87% -
XYZ 35.6 25.2 5.68 -
YUV 131.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 223 101 47 0 0.55 0.79 0.13 18.41 0.73 0.53
Hex DF 65 2F 0 37 4F D 12 49 35
Octal 337 145 57 0 67 117 15 22 111 65
Binary 11011111 1100101 101111 0 110111 1001111 1101 10010 1001001 110101

Color Harmonies of #DF652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF652F

Black with #DF652F

Text Example


Text Example

White with #DF652F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF652F; }

 p { color: rgb(223,101,47); }

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

background-color css

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

 a { background-color: rgb(223,101,47); }

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

border-color css

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

 span { border-color: rgb(223,101,47); }

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