Html Css Color HEX #DF642E Sorbus

📋 copy color: '#DF642E'

red 223 ◦ green 100 ◦ blue 46

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

Shades of Sorbus #DF642E

Tints of Sorbus #DF642E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 60.43%
G = 27.1%
B = 12.47%

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

#DF642E (or 0xDF642E) is known color: Sorbus. HEX triplet: DF, 64 and 2E. RGB value is (223,100,46). Sum of RGB (Red+Green+Blue) = 223+100+46=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF642E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF642E is #209BD1. Grayscale: #828282. Windows color (decimal): -2137042 or 3040479. OLE color: 3040479.

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

Color convert

RGB 223 100 46 -
CMYK 0 0.55 0.79 0.13
HSL 18.31º 0.73% 0.53% -
HSV(B) 18.31º 0.79% 0.87% -
XYZ 35.48 25 5.54 -
YUV 130.62 80.25 193.89 -
System Red Green Blue C M Y K H S L
Decimal 223 100 46 0 0.55 0.79 0.13 18.31 0.73 0.53
Hex DF 64 2E 0 37 4F D 12 49 35
Octal 337 144 56 0 67 117 15 22 111 65
Binary 11011111 1100100 101110 0 110111 1001111 1101 10010 1001001 110101

Color Harmonies of #DF642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF642E

Black with #DF642E

Text Example


Text Example

White with #DF642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF642E; }

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

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

background-color css

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

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

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

border-color css

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

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

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