Html Css Color HEX #D25613 Tenne (Tawny)

📋 copy color: '#D25613'

red 210 ◦ green 86 ◦ blue 19

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

Shades of Tenne (Tawny) #D25613

Tints of Tenne (Tawny) #D25613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 66.67%
G = 27.3%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D25613 (or 0xD25613) is known color: Tenne (Tawny). HEX triplet: D2, 56 and 13. RGB value is (210,86,19). Sum of RGB (Red+Green+Blue) = 210+86+19=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D25613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25613 is #2DA9EC. Grayscale: #737373. Windows color (decimal): -2992621 or 1267410. OLE color: 1267410.

HSL color Cylindrical-coordinate representation of color #D25613: hue angle of 21.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D25613 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 86 19 -
CMYK 0 0.59 0.91 0.18
HSL 21.05º 0.83% 0.45% -
HSV(B) 21.05º 0.91% 0.82% -
XYZ 30.02 20.4 2.97 -
YUV 115.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 210 86 19 0 0.59 0.91 0.18 21.05 0.83 0.45
Hex D2 56 13 0 3B 5B 12 15 53 2D
Octal 322 126 23 0 73 133 22 25 123 55
Binary 11010010 1010110 10011 0 111011 1011011 10010 10101 1010011 101101

Color Harmonies of #D25613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25613

Black with #D25613

Text Example


Text Example

White with #D25613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25613; }

 p { color: rgb(210,86,19); }

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

background-color css

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

 a { background-color: rgb(210,86,19); }

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

border-color css

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

 span { border-color: rgb(210,86,19); }

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