Html Css Color HEX #DD6630 Sorbus

📋 copy color: '#DD6630'

red 221 ◦ green 102 ◦ blue 48

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

Shades of Sorbus #DD6630

Tints of Sorbus #DD6630

RGB

 RED value IS 221 (86.72% from 255) = 59.57%

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

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

R = 59.57%
G = 27.49%
B = 12.94%

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

#DD6630 (or 0xDD6630) is known color: Sorbus. HEX triplet: DD, 66 and 30. RGB value is (221,102,48). Sum of RGB (Red+Green+Blue) = 221+102+48=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6630 is #2299CF. Grayscale: #838383. Windows color (decimal): -2267600 or 3172061. OLE color: 3172061.

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

Color convert

RGB 221 102 48 -
CMYK 0 0.54 0.78 0.13
HSL 18.73º 0.72% 0.53% -
HSV(B) 18.73º 0.78% 0.87% -
XYZ 35.1 25.09 5.79 -
YUV 131.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 221 102 48 0 0.54 0.78 0.13 18.73 0.72 0.53
Hex DD 66 30 0 36 4E D 13 48 35
Octal 335 146 60 0 66 116 15 23 110 65
Binary 11011101 1100110 110000 0 110110 1001110 1101 10011 1001000 110101

Color Harmonies of #DD6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6630

Black with #DD6630

Text Example


Text Example

White with #DD6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6630; }

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

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

background-color css

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

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

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

border-color css

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

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

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