Html Css Color HEX #D25113 Tenne (Tawny)

📋 copy color: '#D25113'

red 210 ◦ green 81 ◦ blue 19

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

Shades of Tenne (Tawny) #D25113

Tints of Tenne (Tawny) #D25113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

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

R = 67.74%
G = 26.13%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D25113 (or 0xD25113) is known color: Tenne (Tawny). HEX triplet: D2, 51 and 13. RGB value is (210,81,19). Sum of RGB (Red+Green+Blue) = 210+81+19=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D25113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25113 is #2DAEEC. Grayscale: #707070. Windows color (decimal): -2993901 or 1266130. OLE color: 1266130.

HSL color Cylindrical-coordinate representation of color #D25113: hue angle of 19.48º 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 #D25113 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 81 19 -
CMYK 0 0.61 0.91 0.18
HSL 19.48º 0.83% 0.45% -
HSV(B) 19.48º 0.91% 0.82% -
XYZ 29.64 19.63 2.84 -
YUV 112.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 210 81 19 0 0.61 0.91 0.18 19.48 0.83 0.45
Hex D2 51 13 0 3D 5B 12 13 53 2D
Octal 322 121 23 0 75 133 22 23 123 55
Binary 11010010 1010001 10011 0 111101 1011011 10010 10011 1010011 101101

Color Harmonies of #D25113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25113

Black with #D25113

Text Example


Text Example

White with #D25113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25113; }

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

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

background-color css

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

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

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

border-color css

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

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

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