Html Css Color HEX #DC613A Sorbus

📋 copy color: '#DC613A'

red 220 ◦ green 97 ◦ blue 58

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

Shades of Sorbus #DC613A

Tints of Sorbus #DC613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.47%

R = 58.67%
G = 25.87%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC613A (or 0xDC613A) is known color: Sorbus. HEX triplet: DC, 61 and 3A. RGB value is (220,97,58). Sum of RGB (Red+Green+Blue) = 220+97+58=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC613A is #239EC5. Grayscale: #818181. Windows color (decimal): -2334406 or 3826140. OLE color: 3826140.

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

Color convert

RGB 220 97 58 -
CMYK 0 0.56 0.74 0.14
HSL 14.44º 0.7% 0.55% -
HSV(B) 14.44º 0.74% 0.86% -
XYZ 34.55 24.07 6.83 -
YUV 129.33 87.75 192.67 -
System Red Green Blue C M Y K H S L
Decimal 220 97 58 0 0.56 0.74 0.14 14.44 0.7 0.55
Hex DC 61 3A 0 38 4A E E 46 37
Octal 334 141 72 0 70 112 16 16 106 67
Binary 11011100 1100001 111010 0 111000 1001010 1110 1110 1000110 110111

Color Harmonies of #DC613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC613A

Black with #DC613A

Text Example


Text Example

White with #DC613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC613A; }

 p { color: rgb(220,97,58); }

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

background-color css

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

 a { background-color: rgb(220,97,58); }

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

border-color css

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

 span { border-color: rgb(220,97,58); }

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