Html Css Color HEX #DB613C Sorbus

📋 copy color: '#DB613C'

red 219 ◦ green 97 ◦ blue 60

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

Shades of Sorbus #DB613C

Tints of Sorbus #DB613C

RGB

 RED value IS 219 (85.94% from 255) = 58.24%

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

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 58.24%
G = 25.8%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB613C (or 0xDB613C) is known color: Sorbus. HEX triplet: DB, 61 and 3C. RGB value is (219,97,60). Sum of RGB (Red+Green+Blue) = 219+97+60=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB613C is #249EC3. Grayscale: #818181. Windows color (decimal): -2399940 or 3957211. OLE color: 3957211.

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

Color convert

RGB 219 97 60 -
CMYK 0 0.56 0.73 0.14
HSL 13.96º 0.69% 0.55% -
HSV(B) 13.96º 0.73% 0.86% -
XYZ 34.3 23.94 7.09 -
YUV 129.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 219 97 60 0 0.56 0.73 0.14 13.96 0.69 0.55
Hex DB 61 3C 0 38 49 E E 45 37
Octal 333 141 74 0 70 111 16 16 105 67
Binary 11011011 1100001 111100 0 111000 1001001 1110 1110 1000101 110111

Color Harmonies of #DB613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB613C

Black with #DB613C

Text Example


Text Example

White with #DB613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB613C; }

 p { color: rgb(219,97,60); }

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

background-color css

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

 a { background-color: rgb(219,97,60); }

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

border-color css

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

 span { border-color: rgb(219,97,60); }

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