Html Css Color HEX #DE613D Sorbus

📋 copy color: '#DE613D'

red 222 ◦ green 97 ◦ blue 61

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

Shades of Sorbus #DE613D

Tints of Sorbus #DE613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 58.42%
G = 25.53%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE613D (or 0xDE613D) is known color: Sorbus. HEX triplet: DE, 61 and 3D. RGB value is (222,97,61). Sum of RGB (Red+Green+Blue) = 222+97+61=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE613D is #219EC2. Grayscale: #828282. Windows color (decimal): -2203331 or 4022750. OLE color: 4022750.

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

Color convert

RGB 222 97 61 -
CMYK 0 0.56 0.73 0.13
HSL 13.42º 0.71% 0.55% -
HSV(B) 13.42º 0.73% 0.87% -
XYZ 35.24 24.42 7.27 -
YUV 130.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 222 97 61 0 0.56 0.73 0.13 13.42 0.71 0.55
Hex DE 61 3D 0 38 49 D D 47 37
Octal 336 141 75 0 70 111 15 15 107 67
Binary 11011110 1100001 111101 0 111000 1001001 1101 1101 1000111 110111

Color Harmonies of #DE613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE613D

Black with #DE613D

Text Example


Text Example

White with #DE613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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