Html Css Color HEX #D25C0E Tenne (Tawny)

📋 copy color: '#D25C0E'

red 210 ◦ green 92 ◦ blue 14

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

Shades of Tenne (Tawny) #D25C0E

Tints of Tenne (Tawny) #D25C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

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

R = 66.46%
G = 29.11%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D25C0E (or 0xD25C0E) is known color: Tenne (Tawny). HEX triplet: D2, 5C and 0E. RGB value is (210,92,14). Sum of RGB (Red+Green+Blue) = 210+92+14=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25C0E is #2DA3F1. Grayscale: #767676. Windows color (decimal): -2991090 or 941266. OLE color: 941266.

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

Color convert

RGB 210 92 14 -
CMYK 0 0.56 0.93 0.18
HSL 23.88º 0.88% 0.44% -
HSV(B) 23.88º 0.93% 0.82% -
XYZ 30.48 21.39 2.94 -
YUV 118.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 210 92 14 0 0.56 0.93 0.18 23.88 0.88 0.44
Hex D2 5C E 0 38 5D 12 18 58 2C
Octal 322 134 16 0 70 135 22 30 130 54
Binary 11010010 1011100 1110 0 111000 1011101 10010 11000 1011000 101100

Color Harmonies of #D25C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C0E

Black with #D25C0E

Text Example


Text Example

White with #D25C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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