Html Css Color HEX #DF632F Sorbus

📋 copy color: '#DF632F'

red 223 ◦ green 99 ◦ blue 47

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

Shades of Sorbus #DF632F

Tints of Sorbus #DF632F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 60.43%
G = 26.83%
B = 12.74%

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

#DF632F (or 0xDF632F) is known color: Sorbus. HEX triplet: DF, 63 and 2F. RGB value is (223,99,47). Sum of RGB (Red+Green+Blue) = 223+99+47=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF632F is #209CD0. Grayscale: #828282. Windows color (decimal): -2137297 or 3105759. OLE color: 3105759.

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

Color convert

RGB 223 99 47 -
CMYK 0 0.56 0.79 0.13
HSL 17.73º 0.73% 0.53% -
HSV(B) 17.73º 0.79% 0.87% -
XYZ 35.41 24.82 5.61 -
YUV 130.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 223 99 47 0 0.56 0.79 0.13 17.73 0.73 0.53
Hex DF 63 2F 0 38 4F D 12 49 35
Octal 337 143 57 0 70 117 15 22 111 65
Binary 11011111 1100011 101111 0 111000 1001111 1101 10010 1001001 110101

Color Harmonies of #DF632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF632F

Black with #DF632F

Text Example


Text Example

White with #DF632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF632F; }

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

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

background-color css

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

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

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

border-color css

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

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

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