Html Css Color HEX #D95303 Tenne (Tawny)

📋 copy color: '#D95303'

red 217 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #D95303

Tints of Tenne (Tawny) #D95303

RGB

 RED value IS 217 (85.16% from 255) = 71.62%

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

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

R = 71.62%
G = 27.39%
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

#D95303 (or 0xD95303) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 03. RGB value is (217,83,3). Sum of RGB (Red+Green+Blue) = 217+83+3=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D95303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95303 is #26ACFC. Grayscale: #727272. Windows color (decimal): -2534653 or 218073. OLE color: 218073.

HSL color Cylindrical-coordinate representation of color #D95303: hue angle of 22.43º 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 #D95303 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 3 -
CMYK 0 0.62 0.99 0.15
HSL 22.43º 0.97% 0.43% -
HSV(B) 22.43º 0.99% 0.85% -
XYZ 31.72 20.94 2.46 -
YUV 113.95 65.39 201.5 -
System Red Green Blue C M Y K H S L
Decimal 217 83 3 0 0.62 0.99 0.15 22.43 0.97 0.43
Hex D9 53 3 0 3E 63 F 16 61 2B
Octal 331 123 3 0 76 143 17 26 141 53
Binary 11011001 1010011 11 0 111110 1100011 1111 10110 1100001 101011

Color Harmonies of #D95303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95303

Black with #D95303

Text Example


Text Example

White with #D95303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95303; }

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

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

background-color css

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

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

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

border-color css

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

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

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