Html Css Color HEX #D5673F Sorbus

📋 copy color: '#D5673F'

red 213 ◦ green 103 ◦ blue 63

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

Shades of Sorbus #D5673F

Tints of Sorbus #D5673F

RGB

 RED value IS 213 (83.59% from 255) = 56.2%

 GREEN value IS 103 (40.63% from 255) = 27.18%

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

R = 56.2%
G = 27.18%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5673F (or 0xD5673F) is known color: Sorbus. HEX triplet: D5, 67 and 3F. RGB value is (213,103,63). Sum of RGB (Red+Green+Blue) = 213+103+63=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5673F is #2A98C0. Grayscale: #838383. Windows color (decimal): -2791617 or 4155349. OLE color: 4155349.

HSL color Cylindrical-coordinate representation of color #D5673F: hue angle of 16º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5673F is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 63 -
CMYK 0 0.52 0.70 0.16
HSL 16º 0.64% 0.54% -
HSV(B) 16º 0.7% 0.84% -
XYZ 33.19 24.21 7.63 -
YUV 131.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 213 103 63 0 0.52 0.70 0.16 16 0.64 0.54
Hex D5 67 3F 0 34 46 10 10 40 36
Octal 325 147 77 0 64 106 20 20 100 66
Binary 11010101 1100111 111111 0 110100 1000110 10000 10000 1000000 110110

Color Harmonies of #D5673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5673F

Black with #D5673F

Text Example


Text Example

White with #D5673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5673F; }

 p { color: rgb(213,103,63); }

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

background-color css

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

 a { background-color: rgb(213,103,63); }

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

border-color css

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

 span { border-color: rgb(213,103,63); }

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