Html Css Color HEX #DF612F Sorbus

📋 copy color: '#DF612F'

red 223 ◦ green 97 ◦ blue 47

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

Shades of Sorbus #DF612F

Tints of Sorbus #DF612F

RGB

 RED value IS 223 (87.5% from 255) = 60.76%

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

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

R = 60.76%
G = 26.43%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF612F (or 0xDF612F) is known color: Sorbus. HEX triplet: DF, 61 and 2F. RGB value is (223,97,47). Sum of RGB (Red+Green+Blue) = 223+97+47=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF612F is #209ED0. Grayscale: #818181. Windows color (decimal): -2137809 or 3105247. OLE color: 3105247.

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

Color convert

RGB 223 97 47 -
CMYK 0 0.57 0.79 0.13
HSL 17.05º 0.73% 0.53% -
HSV(B) 17.05º 0.79% 0.87% -
XYZ 35.22 24.44 5.55 -
YUV 128.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 223 97 47 0 0.57 0.79 0.13 17.05 0.73 0.53
Hex DF 61 2F 0 39 4F D 11 49 35
Octal 337 141 57 0 71 117 15 21 111 65
Binary 11011111 1100001 101111 0 111001 1001111 1101 10001 1001001 110101

Color Harmonies of #DF612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF612F

Black with #DF612F

Text Example


Text Example

White with #DF612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF612F; }

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

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

background-color css

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

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

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

border-color css

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

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

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