Html Css Color HEX #DE6630 Sorbus

📋 copy color: '#DE6630'

red 222 ◦ green 102 ◦ blue 48

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

Shades of Sorbus #DE6630

Tints of Sorbus #DE6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 59.68%
G = 27.42%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE6630 (or 0xDE6630) is known color: Sorbus. HEX triplet: DE, 66 and 30. RGB value is (222,102,48). Sum of RGB (Red+Green+Blue) = 222+102+48=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6630 is #2199CF. Grayscale: #848484. Windows color (decimal): -2202064 or 3172062. OLE color: 3172062.

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

Color convert

RGB 222 102 48 -
CMYK 0 0.54 0.78 0.13
HSL 18.62º 0.73% 0.53% -
HSV(B) 18.62º 0.78% 0.87% -
XYZ 35.41 25.25 5.8 -
YUV 131.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 222 102 48 0 0.54 0.78 0.13 18.62 0.73 0.53
Hex DE 66 30 0 36 4E D 13 48 35
Octal 336 146 60 0 66 116 15 23 110 65
Binary 11011110 1100110 110000 0 110110 1001110 1101 10011 1001000 110101

Color Harmonies of #DE6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6630

Black with #DE6630

Text Example


Text Example

White with #DE6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6630; }

 p { color: rgb(222,102,48); }

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

background-color css

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

 a { background-color: rgb(222,102,48); }

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

border-color css

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

 span { border-color: rgb(222,102,48); }

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