Html Css Color HEX #D25F03 Tenne (Tawny)

📋 copy color: '#D25F03'

red 210 ◦ green 95 ◦ blue 3

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

Shades of Tenne (Tawny) #D25F03

Tints of Tenne (Tawny) #D25F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.84%

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

R = 68.18%
G = 30.84%
B = 0.97%

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

#D25F03 (or 0xD25F03) is known color: Tenne (Tawny). HEX triplet: D2, 5F and 03. RGB value is (210,95,3). Sum of RGB (Red+Green+Blue) = 210+95+3=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25F03 is #2DA0FC. Grayscale: #777777. Windows color (decimal): -2990333 or 221138. OLE color: 221138.

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

Color convert

RGB 210 95 3 -
CMYK 0 0.55 0.99 0.18
HSL 26.67º 0.97% 0.42% -
HSV(B) 26.67º 0.99% 0.82% -
XYZ 30.69 21.89 2.69 -
YUV 118.9 62.6 192.98 -
System Red Green Blue C M Y K H S L
Decimal 210 95 3 0 0.55 0.99 0.18 26.67 0.97 0.42
Hex D2 5F 3 0 37 63 12 1B 61 2A
Octal 322 137 3 0 67 143 22 33 141 52
Binary 11010010 1011111 11 0 110111 1100011 10010 11011 1100001 101010

Color Harmonies of #D25F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F03

Black with #D25F03

Text Example


Text Example

White with #D25F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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