Html Css Color HEX #D25112 Tenne (Tawny)

📋 copy color: '#D25112'

red 210 ◦ green 81 ◦ blue 18

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

Shades of Tenne (Tawny) #D25112

Tints of Tenne (Tawny) #D25112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 67.96%
G = 26.21%
B = 5.83%

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

#D25112 (or 0xD25112) is known color: Tenne (Tawny). HEX triplet: D2, 51 and 12. RGB value is (210,81,18). Sum of RGB (Red+Green+Blue) = 210+81+18=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D25112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25112 is #2DAEED. Grayscale: #707070. Windows color (decimal): -2993902 or 1200594. OLE color: 1200594.

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

Color convert

RGB 210 81 18 -
CMYK 0 0.61 0.91 0.18
HSL 19.69º 0.84% 0.45% -
HSV(B) 19.69º 0.91% 0.82% -
XYZ 29.63 19.63 2.8 -
YUV 112.39 74.74 197.62 -
System Red Green Blue C M Y K H S L
Decimal 210 81 18 0 0.61 0.91 0.18 19.69 0.84 0.45
Hex D2 51 12 0 3D 5B 12 14 54 2D
Octal 322 121 22 0 75 133 22 24 124 55
Binary 11010010 1010001 10010 0 111101 1011011 10010 10100 1010100 101101

Color Harmonies of #D25112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25112

Black with #D25112

Text Example


Text Example

White with #D25112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25112; }

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

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

background-color css

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

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

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

border-color css

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

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

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