Html Css Color HEX #D25316 Tenne (Tawny)

📋 copy color: '#D25316'

red 210 ◦ green 83 ◦ blue 22

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

Shades of Tenne (Tawny) #D25316

Tints of Tenne (Tawny) #D25316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 66.67%
G = 26.35%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25316 (or 0xD25316) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 16. RGB value is (210,83,22). Sum of RGB (Red+Green+Blue) = 210+83+22=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D25316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25316 is #2DACE9. Grayscale: #727272. Windows color (decimal): -2993386 or 1463250. OLE color: 1463250.

HSL color Cylindrical-coordinate representation of color #D25316: hue angle of 19.47º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D25316 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 22 -
CMYK 0 0.60 0.90 0.18
HSL 19.47º 0.81% 0.45% -
HSV(B) 19.47º 0.9% 0.82% -
XYZ 29.82 19.95 3.04 -
YUV 114.02 76.08 196.46 -
System Red Green Blue C M Y K H S L
Decimal 210 83 22 0 0.60 0.90 0.18 19.47 0.81 0.45
Hex D2 53 16 0 3C 5A 12 13 51 2D
Octal 322 123 26 0 74 132 22 23 121 55
Binary 11010010 1010011 10110 0 111100 1011010 10010 10011 1010001 101101

Color Harmonies of #D25316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25316

Black with #D25316

Text Example


Text Example

White with #D25316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25316; }

 p { color: rgb(210,83,22); }

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

background-color css

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

 a { background-color: rgb(210,83,22); }

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

border-color css

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

 span { border-color: rgb(210,83,22); }

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