Html Css Color HEX #DD612F Sorbus

📋 copy color: '#DD612F'

red 221 ◦ green 97 ◦ blue 47

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

Shades of Sorbus #DD612F

Tints of Sorbus #DD612F

RGB

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

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

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

R = 60.55%
G = 26.58%
B = 12.88%

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

#DD612F (or 0xDD612F) is known color: Sorbus. HEX triplet: DD, 61 and 2F. RGB value is (221,97,47). Sum of RGB (Red+Green+Blue) = 221+97+47=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD612F is #229ED0. Grayscale: #808080. Windows color (decimal): -2268881 or 3105245. OLE color: 3105245.

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

Color convert

RGB 221 97 47 -
CMYK 0 0.56 0.79 0.13
HSL 17.24º 0.72% 0.53% -
HSV(B) 17.24º 0.79% 0.87% -
XYZ 34.61 24.13 5.52 -
YUV 128.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 221 97 47 0 0.56 0.79 0.13 17.24 0.72 0.53
Hex DD 61 2F 0 38 4F D 11 48 35
Octal 335 141 57 0 70 117 15 21 110 65
Binary 11011101 1100001 101111 0 111000 1001111 1101 10001 1001000 110101

Color Harmonies of #DD612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD612F

Black with #DD612F

Text Example


Text Example

White with #DD612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD612F; }

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

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

background-color css

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

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

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

border-color css

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

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

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