Html Css Color HEX #D25503 Tenne (Tawny)

📋 copy color: '#D25503'

red 210 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #D25503

Tints of Tenne (Tawny) #D25503

RGB

 RED value IS 210 (82.42% from 255) = 70.47%

 GREEN value IS 85 (33.59% from 255) = 28.52%

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

R = 70.47%
G = 28.52%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D25503 (or 0xD25503) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 03. RGB value is (210,85,3). Sum of RGB (Red+Green+Blue) = 210+85+3=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D25503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25503 is #2DAAFC. Grayscale: #717171. Windows color (decimal): -2992893 or 218578. OLE color: 218578.

HSL color Cylindrical-coordinate representation of color #D25503: hue angle of 23.77º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D25503 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 85 3 -
CMYK 0 0.60 0.99 0.18
HSL 23.77º 0.97% 0.42% -
HSV(B) 23.77º 0.99% 0.82% -
XYZ 29.84 20.21 2.41 -
YUV 113.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 210 85 3 0 0.60 0.99 0.18 23.77 0.97 0.42
Hex D2 55 3 0 3C 63 12 18 61 2A
Octal 322 125 3 0 74 143 22 30 141 52
Binary 11010010 1010101 11 0 111100 1100011 10010 11000 1100001 101010

Color Harmonies of #D25503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25503

Black with #D25503

Text Example


Text Example

White with #D25503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25503; }

 p { color: rgb(210,85,3); }

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

background-color css

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

 a { background-color: rgb(210,85,3); }

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

border-color css

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

 span { border-color: rgb(210,85,3); }

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