Html Css Color HEX #D25E03 Tenne (Tawny)

📋 copy color: '#D25E03'

red 210 ◦ green 94 ◦ blue 3

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

Shades of Tenne (Tawny) #D25E03

Tints of Tenne (Tawny) #D25E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 68.4%
G = 30.62%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D25E03 (or 0xD25E03) is known color: Tenne (Tawny). HEX triplet: D2, 5E and 03. RGB value is (210,94,3). Sum of RGB (Red+Green+Blue) = 210+94+3=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25E03 is #2DA1FC. Grayscale: #767676. Windows color (decimal): -2990589 or 220882. OLE color: 220882.

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

Color convert

RGB 210 94 3 -
CMYK 0 0.55 0.99 0.18
HSL 26.38º 0.97% 0.42% -
HSV(B) 26.38º 0.99% 0.82% -
XYZ 30.6 21.71 2.66 -
YUV 118.31 62.93 193.4 -
System Red Green Blue C M Y K H S L
Decimal 210 94 3 0 0.55 0.99 0.18 26.38 0.97 0.42
Hex D2 5E 3 0 37 63 12 1A 61 2A
Octal 322 136 3 0 67 143 22 32 141 52
Binary 11010010 1011110 11 0 110111 1100011 10010 11010 1100001 101010

Color Harmonies of #D25E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E03

Black with #D25E03

Text Example


Text Example

White with #D25E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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