Html Css Color HEX #DF642F Sorbus

📋 copy color: '#DF642F'

red 223 ◦ green 100 ◦ blue 47

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

Shades of Sorbus #DF642F

Tints of Sorbus #DF642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

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

R = 60.27%
G = 27.03%
B = 12.7%

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

#DF642F (or 0xDF642F) is known color: Sorbus. HEX triplet: DF, 64 and 2F. RGB value is (223,100,47). Sum of RGB (Red+Green+Blue) = 223+100+47=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF642F is #209BD0. Grayscale: #838383. Windows color (decimal): -2137041 or 3106015. OLE color: 3106015.

HSL color Cylindrical-coordinate representation of color #DF642F: hue angle of 18.07º 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 #DF642F is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 100 47 -
CMYK 0 0.55 0.79 0.13
HSL 18.07º 0.73% 0.53% -
HSV(B) 18.07º 0.79% 0.87% -
XYZ 35.5 25.01 5.65 -
YUV 130.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 223 100 47 0 0.55 0.79 0.13 18.07 0.73 0.53
Hex DF 64 2F 0 37 4F D 12 49 35
Octal 337 144 57 0 67 117 15 22 111 65
Binary 11011111 1100100 101111 0 110111 1001111 1101 10010 1001001 110101

Color Harmonies of #DF642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF642F

Black with #DF642F

Text Example


Text Example

White with #DF642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF642F; }

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

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

background-color css

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

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

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

border-color css

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

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

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