Html Css Color HEX #D25E00 Tenne (Tawny)

📋 copy color: '#D25E00'

red 210 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #D25E00

Tints of Tenne (Tawny) #D25E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.08%
G = 30.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D25E00 (or 0xD25E00) is known color: Tenne (Tawny). HEX triplet: D2, 5E and 00. RGB value is (210,94,0). Sum of RGB (Red+Green+Blue) = 210+94+0=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25E00 is #2DA1FF. Grayscale: #767676. Windows color (decimal): -2990592 or 24274. OLE color: 24274.

HSL color Cylindrical-coordinate representation of color #D25E00: hue angle of 26.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D25E00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 94 0 -
CMYK 0 0.55 1 0.18
HSL 26.86º 1% 0.41% -
HSV(B) 26.86º 1% 0.82% -
XYZ 30.58 21.71 2.58 -
YUV 117.97 61.43 193.64 -
System Red Green Blue C M Y K H S L
Decimal 210 94 0 0 0.55 1 0.18 26.86 1 0.41
Hex D2 5E 0 0 37 64 12 1B 64 29
Octal 322 136 0 0 67 144 22 33 144 51
Binary 11010010 1011110 0 0 110111 1100100 10010 11011 1100100 101001

Color Harmonies of #D25E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E00

Black with #D25E00

Text Example


Text Example

White with #D25E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E00; }

 p { color: rgb(210,94,0); }

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

background-color css

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

 a { background-color: rgb(210,94,0); }

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

border-color css

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

 span { border-color: rgb(210,94,0); }

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