Html Css Color HEX #D25003 Tenne (Tawny)

📋 copy color: '#D25003'

red 210 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #D25003

Tints of Tenne (Tawny) #D25003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

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

R = 71.67%
G = 27.3%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D25003 (or 0xD25003) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 03. RGB value is (210,80,3). Sum of RGB (Red+Green+Blue) = 210+80+3=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D25003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25003 is #2DAFFC. Grayscale: #6E6E6E. Windows color (decimal): -2994173 or 217298. OLE color: 217298.

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

Color convert

RGB 210 80 3 -
CMYK 0 0.62 0.99 0.18
HSL 22.32º 0.97% 0.42% -
HSV(B) 22.32º 0.99% 0.82% -
XYZ 29.46 19.45 2.29 -
YUV 110.09 67.57 199.26 -
System Red Green Blue C M Y K H S L
Decimal 210 80 3 0 0.62 0.99 0.18 22.32 0.97 0.42
Hex D2 50 3 0 3E 63 12 16 61 2A
Octal 322 120 3 0 76 143 22 26 141 52
Binary 11010010 1010000 11 0 111110 1100011 10010 10110 1100001 101010

Color Harmonies of #D25003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25003

Black with #D25003

Text Example


Text Example

White with #D25003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25003; }

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

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

background-color css

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

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

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

border-color css

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

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

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