Html Css Color HEX #DE672F Sorbus

📋 copy color: '#DE672F'

red 222 ◦ green 103 ◦ blue 47

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

Shades of Sorbus #DE672F

Tints of Sorbus #DE672F

RGB

 RED value IS 222 (87.11% from 255) = 59.68%

 GREEN value IS 103 (40.63% from 255) = 27.69%

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

R = 59.68%
G = 27.69%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE672F (or 0xDE672F) is known color: Sorbus. HEX triplet: DE, 67 and 2F. RGB value is (222,103,47). Sum of RGB (Red+Green+Blue) = 222+103+47=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE672F is #2198D0. Grayscale: #848484. Windows color (decimal): -2201809 or 3106782. OLE color: 3106782.

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

Color convert

RGB 222 103 47 -
CMYK 0 0.54 0.79 0.13
HSL 19.2º 0.73% 0.53% -
HSV(B) 19.2º 0.79% 0.87% -
XYZ 35.49 25.44 5.73 -
YUV 132.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 222 103 47 0 0.54 0.79 0.13 19.2 0.73 0.53
Hex DE 67 2F 0 36 4F D 13 49 35
Octal 336 147 57 0 66 117 15 23 111 65
Binary 11011110 1100111 101111 0 110110 1001111 1101 10011 1001001 110101

Color Harmonies of #DE672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE672F

Black with #DE672F

Text Example


Text Example

White with #DE672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE672F; }

 p { color: rgb(222,103,47); }

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

background-color css

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

 a { background-color: rgb(222,103,47); }

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

border-color css

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

 span { border-color: rgb(222,103,47); }

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