Html Css Color HEX #DD632F Sorbus

📋 copy color: '#DD632F'

red 221 ◦ green 99 ◦ blue 47

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

Shades of Sorbus #DD632F

Tints of Sorbus #DD632F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 60.22%
G = 26.98%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD632F (or 0xDD632F) is known color: Sorbus. HEX triplet: DD, 63 and 2F. RGB value is (221,99,47). Sum of RGB (Red+Green+Blue) = 221+99+47=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD632F is #229CD0. Grayscale: #818181. Windows color (decimal): -2268369 or 3105757. OLE color: 3105757.

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

Color convert

RGB 221 99 47 -
CMYK 0 0.55 0.79 0.13
HSL 17.93º 0.72% 0.53% -
HSV(B) 17.93º 0.79% 0.87% -
XYZ 34.79 24.5 5.58 -
YUV 129.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 221 99 47 0 0.55 0.79 0.13 17.93 0.72 0.53
Hex DD 63 2F 0 37 4F D 12 48 35
Octal 335 143 57 0 67 117 15 22 110 65
Binary 11011101 1100011 101111 0 110111 1001111 1101 10010 1001000 110101

Color Harmonies of #DD632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD632F

Black with #DD632F

Text Example


Text Example

White with #DD632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD632F; }

 p { color: rgb(221,99,47); }

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

background-color css

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

 a { background-color: rgb(221,99,47); }

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

border-color css

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

 span { border-color: rgb(221,99,47); }

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