Html Css Color HEX #D25E01 Tenne (Tawny)

📋 copy color: '#D25E01'

red 210 ◦ green 94 ◦ blue 1

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

Shades of Tenne (Tawny) #D25E01

Tints of Tenne (Tawny) #D25E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 68.85%
G = 30.82%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D25E01 (or 0xD25E01) is known color: Tenne (Tawny). HEX triplet: D2, 5E and 01. RGB value is (210,94,1). Sum of RGB (Red+Green+Blue) = 210+94+1=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25E01 is #2DA1FE. Grayscale: #767676. Windows color (decimal): -2990591 or 89810. OLE color: 89810.

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

Color convert

RGB 210 94 1 -
CMYK 0 0.55 1.00 0.18
HSL 26.7º 0.99% 0.41% -
HSV(B) 26.7º 1% 0.82% -
XYZ 30.59 21.71 2.61 -
YUV 118.08 61.93 193.56 -
System Red Green Blue C M Y K H S L
Decimal 210 94 1 0 0.55 1.00 0.18 26.7 0.99 0.41
Hex D2 5E 1 0 37 64 12 1B 63 29
Octal 322 136 1 0 67 144 22 33 143 51
Binary 11010010 1011110 1 0 110111 1100100 10010 11011 1100011 101001

Color Harmonies of #D25E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E01

Black with #D25E01

Text Example


Text Example

White with #D25E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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