Html Css Color HEX #D25504 Tenne (Tawny)

📋 copy color: '#D25504'

red 210 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #D25504

Tints of Tenne (Tawny) #D25504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 70.23%
G = 28.43%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D25504 (or 0xD25504) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 04. RGB value is (210,85,4). Sum of RGB (Red+Green+Blue) = 210+85+4=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D25504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25504 is #2DAAFB. Grayscale: #717171. Windows color (decimal): -2992892 or 284114. OLE color: 284114.

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

Color convert

RGB 210 85 4 -
CMYK 0 0.60 0.98 0.18
HSL 23.59º 0.96% 0.42% -
HSV(B) 23.59º 0.98% 0.82% -
XYZ 29.85 20.21 2.44 -
YUV 113.14 66.41 197.09 -
System Red Green Blue C M Y K H S L
Decimal 210 85 4 0 0.60 0.98 0.18 23.59 0.96 0.42
Hex D2 55 4 0 3C 62 12 18 60 2A
Octal 322 125 4 0 74 142 22 30 140 52
Binary 11010010 1010101 100 0 111100 1100010 10010 11000 1100000 101010

Color Harmonies of #D25504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25504

Black with #D25504

Text Example


Text Example

White with #D25504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25504; }

 p { color: rgb(210,85,4); }

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

background-color css

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

 a { background-color: rgb(210,85,4); }

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

border-color css

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

 span { border-color: rgb(210,85,4); }

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