Html Css Color HEX #D85303 Tenne (Tawny)

📋 copy color: '#D85303'

red 216 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #D85303

Tints of Tenne (Tawny) #D85303

RGB

 RED value IS 216 (84.77% from 255) = 71.52%

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 71.52%
G = 27.48%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D85303 (or 0xD85303) is known color: Tenne (Tawny). HEX triplet: D8, 53 and 03. RGB value is (216,83,3). Sum of RGB (Red+Green+Blue) = 216+83+3=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D85303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85303 is #27ACFC. Grayscale: #727272. Windows color (decimal): -2600189 or 218072. OLE color: 218072.

HSL color Cylindrical-coordinate representation of color #D85303: hue angle of 22.54º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D85303 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 83 3 -
CMYK 0 0.62 0.99 0.15
HSL 22.54º 0.97% 0.43% -
HSV(B) 22.54º 0.99% 0.85% -
XYZ 31.43 20.79 2.44 -
YUV 113.65 65.56 201 -
System Red Green Blue C M Y K H S L
Decimal 216 83 3 0 0.62 0.99 0.15 22.54 0.97 0.43
Hex D8 53 3 0 3E 63 F 17 61 2B
Octal 330 123 3 0 76 143 17 27 141 53
Binary 11011000 1010011 11 0 111110 1100011 1111 10111 1100001 101011

Color Harmonies of #D85303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85303

Black with #D85303

Text Example


Text Example

White with #D85303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85303; }

 p { color: rgb(216,83,3); }

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

background-color css

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

 a { background-color: rgb(216,83,3); }

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

border-color css

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

 span { border-color: rgb(216,83,3); }

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