Html Css Color HEX #DD612D Sorbus

📋 copy color: '#DD612D'

red 221 ◦ green 97 ◦ blue 45

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

Shades of Sorbus #DD612D

Tints of Sorbus #DD612D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 60.88%
G = 26.72%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD612D (or 0xDD612D) is known color: Sorbus. HEX triplet: DD, 61 and 2D. RGB value is (221,97,45). Sum of RGB (Red+Green+Blue) = 221+97+45=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD612D is #229ED2. Grayscale: #808080. Windows color (decimal): -2268883 or 2974173. OLE color: 2974173.

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

Color convert

RGB 221 97 45 -
CMYK 0 0.56 0.80 0.13
HSL 17.73º 0.72% 0.52% -
HSV(B) 17.73º 0.8% 0.87% -
XYZ 34.57 24.11 5.31 -
YUV 128.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 221 97 45 0 0.56 0.80 0.13 17.73 0.72 0.52
Hex DD 61 2D 0 38 50 D 12 48 34
Octal 335 141 55 0 70 120 15 22 110 64
Binary 11011101 1100001 101101 0 111000 1010000 1101 10010 1001000 110100

Color Harmonies of #DD612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD612D

Black with #DD612D

Text Example


Text Example

White with #DD612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD612D; }

 p { color: rgb(221,97,45); }

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

background-color css

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

 a { background-color: rgb(221,97,45); }

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

border-color css

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

 span { border-color: rgb(221,97,45); }

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