Html Css Color HEX #D25213 Tenne (Tawny)

📋 copy color: '#D25213'

red 210 ◦ green 82 ◦ blue 19

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

Shades of Tenne (Tawny) #D25213

Tints of Tenne (Tawny) #D25213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 67.52%
G = 26.37%
B = 6.11%

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

#D25213 (or 0xD25213) is known color: Tenne (Tawny). HEX triplet: D2, 52 and 13. RGB value is (210,82,19). Sum of RGB (Red+Green+Blue) = 210+82+19=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D25213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25213 is #2DADEC. Grayscale: #717171. Windows color (decimal): -2993645 or 1266386. OLE color: 1266386.

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

Color convert

RGB 210 82 19 -
CMYK 0 0.61 0.91 0.18
HSL 19.79º 0.83% 0.45% -
HSV(B) 19.79º 0.91% 0.82% -
XYZ 29.71 19.78 2.87 -
YUV 113.09 74.91 197.12 -
System Red Green Blue C M Y K H S L
Decimal 210 82 19 0 0.61 0.91 0.18 19.79 0.83 0.45
Hex D2 52 13 0 3D 5B 12 14 53 2D
Octal 322 122 23 0 75 133 22 24 123 55
Binary 11010010 1010010 10011 0 111101 1011011 10010 10100 1010011 101101

Color Harmonies of #D25213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25213

Black with #D25213

Text Example


Text Example

White with #D25213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25213; }

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

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

background-color css

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

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

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

border-color css

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

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

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