Html Css Color HEX #DE613F Sorbus

📋 copy color: '#DE613F'

red 222 ◦ green 97 ◦ blue 63

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

Shades of Sorbus #DE613F

Tints of Sorbus #DE613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.49%

R = 58.12%
G = 25.39%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE613F (or 0xDE613F) is known color: Sorbus. HEX triplet: DE, 61 and 3F. RGB value is (222,97,63). Sum of RGB (Red+Green+Blue) = 222+97+63=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE613F is #219EC0. Grayscale: #828282. Windows color (decimal): -2203329 or 4153822. OLE color: 4153822.

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

Color convert

RGB 222 97 63 -
CMYK 0 0.56 0.72 0.13
HSL 12.83º 0.71% 0.56% -
HSV(B) 12.83º 0.72% 0.87% -
XYZ 35.3 24.44 7.56 -
YUV 130.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 222 97 63 0 0.56 0.72 0.13 12.83 0.71 0.56
Hex DE 61 3F 0 38 48 D D 47 38
Octal 336 141 77 0 70 110 15 15 107 70
Binary 11011110 1100001 111111 0 111000 1001000 1101 1101 1000111 111000

Color Harmonies of #DE613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE613F

Black with #DE613F

Text Example


Text Example

White with #DE613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE613F; }

 p { color: rgb(222,97,63); }

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

background-color css

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

 a { background-color: rgb(222,97,63); }

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

border-color css

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

 span { border-color: rgb(222,97,63); }

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