Html Css Color HEX #D25E0A Tenne (Tawny)

📋 copy color: '#D25E0A'

red 210 ◦ green 94 ◦ blue 10

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

Shades of Tenne (Tawny) #D25E0A

Tints of Tenne (Tawny) #D25E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 66.88%
G = 29.94%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D25E0A (or 0xD25E0A) is known color: Tenne (Tawny). HEX triplet: D2, 5E and 0A. RGB value is (210,94,10). Sum of RGB (Red+Green+Blue) = 210+94+10=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25E0A is #2DA1F5. Grayscale: #777777. Windows color (decimal): -2990582 or 679634. OLE color: 679634.

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

Color convert

RGB 210 94 10 -
CMYK 0 0.55 0.95 0.18
HSL 25.2º 0.91% 0.43% -
HSV(B) 25.2º 0.95% 0.82% -
XYZ 30.64 21.73 2.87 -
YUV 119.11 66.43 192.83 -
System Red Green Blue C M Y K H S L
Decimal 210 94 10 0 0.55 0.95 0.18 25.2 0.91 0.43
Hex D2 5E A 0 37 5F 12 19 5B 2B
Octal 322 136 12 0 67 137 22 31 133 53
Binary 11010010 1011110 1010 0 110111 1011111 10010 11001 1011011 101011

Color Harmonies of #D25E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E0A

Black with #D25E0A

Text Example


Text Example

White with #D25E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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