Html Css Color HEX #D2530E Tenne (Tawny)

📋 copy color: '#D2530E'

red 210 ◦ green 83 ◦ blue 14

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

Shades of Tenne (Tawny) #D2530E

Tints of Tenne (Tawny) #D2530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 68.4%
G = 27.04%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2530E (or 0xD2530E) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 0E. RGB value is (210,83,14). Sum of RGB (Red+Green+Blue) = 210+83+14=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2530E is #2DACF1. Grayscale: #717171. Windows color (decimal): -2993394 or 938962. OLE color: 938962.

HSL color Cylindrical-coordinate representation of color #D2530E: hue angle of 21.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2530E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 14 -
CMYK 0 0.60 0.93 0.18
HSL 21.12º 0.88% 0.44% -
HSV(B) 21.12º 0.93% 0.82% -
XYZ 29.75 19.92 2.69 -
YUV 113.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 210 83 14 0 0.60 0.93 0.18 21.12 0.88 0.44
Hex D2 53 E 0 3C 5D 12 15 58 2C
Octal 322 123 16 0 74 135 22 25 130 54
Binary 11010010 1010011 1110 0 111100 1011101 10010 10101 1011000 101100

Color Harmonies of #D2530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2530E

Black with #D2530E

Text Example


Text Example

White with #D2530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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