Html Css Color HEX #DC632F Sorbus

📋 copy color: '#DC632F'

red 220 ◦ green 99 ◦ blue 47

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

Shades of Sorbus #DC632F

Tints of Sorbus #DC632F

RGB

 RED value IS 220 (86.33% from 255) = 60.11%

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

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

R = 60.11%
G = 27.05%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC632F (or 0xDC632F) is known color: Sorbus. HEX triplet: DC, 63 and 2F. RGB value is (220,99,47). Sum of RGB (Red+Green+Blue) = 220+99+47=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC632F is #239CD0. Grayscale: #818181. Windows color (decimal): -2333905 or 3105756. OLE color: 3105756.

HSL color Cylindrical-coordinate representation of color #DC632F: hue angle of 18.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC632F is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 47 -
CMYK 0 0.55 0.79 0.14
HSL 18.03º 0.71% 0.52% -
HSV(B) 18.03º 0.79% 0.86% -
XYZ 34.49 24.34 5.57 -
YUV 129.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 220 99 47 0 0.55 0.79 0.14 18.03 0.71 0.52
Hex DC 63 2F 0 37 4F E 12 47 34
Octal 334 143 57 0 67 117 16 22 107 64
Binary 11011100 1100011 101111 0 110111 1001111 1110 10010 1000111 110100

Color Harmonies of #DC632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC632F

Black with #DC632F

Text Example


Text Example

White with #DC632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC632F; }

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

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

background-color css

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

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

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

border-color css

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

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

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