Html Css Color HEX #DD612E Sorbus

📋 copy color: '#DD612E'

red 221 ◦ green 97 ◦ blue 46

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

Shades of Sorbus #DD612E

Tints of Sorbus #DD612E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 60.71%
G = 26.65%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD612E (or 0xDD612E) is known color: Sorbus. HEX triplet: DD, 61 and 2E. RGB value is (221,97,46). Sum of RGB (Red+Green+Blue) = 221+97+46=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD612E is #229ED1. Grayscale: #808080. Windows color (decimal): -2268882 or 3039709. OLE color: 3039709.

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

Color convert

RGB 221 97 46 -
CMYK 0 0.56 0.79 0.13
HSL 17.49º 0.72% 0.52% -
HSV(B) 17.49º 0.79% 0.87% -
XYZ 34.59 24.12 5.42 -
YUV 128.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 221 97 46 0 0.56 0.79 0.13 17.49 0.72 0.52
Hex DD 61 2E 0 38 4F D 11 48 34
Octal 335 141 56 0 70 117 15 21 110 64
Binary 11011101 1100001 101110 0 111000 1001111 1101 10001 1001000 110100

Color Harmonies of #DD612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD612E

Black with #DD612E

Text Example


Text Example

White with #DD612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD612E; }

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

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

background-color css

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

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

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

border-color css

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

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

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