Html Css Color HEX #DF612C Sorbus

📋 copy color: '#DF612C'

red 223 ◦ green 97 ◦ blue 44

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

Shades of Sorbus #DF612C

Tints of Sorbus #DF612C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 61.26%
G = 26.65%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF612C (or 0xDF612C) is known color: Sorbus. HEX triplet: DF, 61 and 2C. RGB value is (223,97,44). Sum of RGB (Red+Green+Blue) = 223+97+44=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF612C is #209ED3. Grayscale: #808080. Windows color (decimal): -2137812 or 2908639. OLE color: 2908639.

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

Color convert

RGB 223 97 44 -
CMYK 0 0.57 0.80 0.13
HSL 17.77º 0.74% 0.52% -
HSV(B) 17.77º 0.8% 0.87% -
XYZ 35.16 24.42 5.24 -
YUV 128.63 80.24 195.31 -
System Red Green Blue C M Y K H S L
Decimal 223 97 44 0 0.57 0.80 0.13 17.77 0.74 0.52
Hex DF 61 2C 0 39 50 D 12 4A 34
Octal 337 141 54 0 71 120 15 22 112 64
Binary 11011111 1100001 101100 0 111001 1010000 1101 10010 1001010 110100

Color Harmonies of #DF612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF612C

Black with #DF612C

Text Example


Text Example

White with #DF612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF612C; }

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

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

background-color css

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

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

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

border-color css

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

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

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