Html Css Color HEX #DA613F Sorbus

📋 copy color: '#DA613F'

red 218 ◦ green 97 ◦ blue 63

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

Shades of Sorbus #DA613F

Tints of Sorbus #DA613F

RGB

 RED value IS 218 (85.55% from 255) = 57.67%

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

 BLUE value IS 63 (25% from 255) = 16.67%

R = 57.67%
G = 25.66%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA613F (or 0xDA613F) is known color: Sorbus. HEX triplet: DA, 61 and 3F. RGB value is (218,97,63). Sum of RGB (Red+Green+Blue) = 218+97+63=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA613F is #259EC0. Grayscale: #818181. Windows color (decimal): -2465473 or 4153818. OLE color: 4153818.

HSL color Cylindrical-coordinate representation of color #DA613F: hue angle of 13.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA613F is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 97 63 -
CMYK 0 0.56 0.71 0.15
HSL 13.16º 0.68% 0.55% -
HSV(B) 13.16º 0.71% 0.85% -
XYZ 34.09 23.81 7.5 -
YUV 129.3 90.59 191.26 -
System Red Green Blue C M Y K H S L
Decimal 218 97 63 0 0.56 0.71 0.15 13.16 0.68 0.55
Hex DA 61 3F 0 38 47 F D 44 37
Octal 332 141 77 0 70 107 17 15 104 67
Binary 11011010 1100001 111111 0 111000 1000111 1111 1101 1000100 110111

Color Harmonies of #DA613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA613F

Black with #DA613F

Text Example


Text Example

White with #DA613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA613F; }

 p { color: rgb(218,97,63); }

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

background-color css

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

 a { background-color: rgb(218,97,63); }

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

border-color css

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

 span { border-color: rgb(218,97,63); }

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