Html Css Color HEX #D94000 Tenne (Tawny)

📋 copy color: '#D94000'

red 217 ◦ green 64 ◦ blue 0

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

Shades of Tenne (Tawny) #D94000

Tints of Tenne (Tawny) #D94000

RGB

 RED value IS 217 (85.16% from 255) = 77.22%

 GREEN value IS 64 (25.39% from 255) = 22.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.22%
G = 22.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D94000 (or 0xD94000) is known color: Tenne (Tawny). HEX triplet: D9, 40 and 00. RGB value is (217,64,0). Sum of RGB (Red+Green+Blue) = 217+64+0=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D94000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94000 is #26BFFF. Grayscale: #666666. Windows color (decimal): -2539520 or 16601. OLE color: 16601.

HSL color Cylindrical-coordinate representation of color #D94000: hue angle of 17.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D94000 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 0 -
CMYK 0 0.71 1 0.15
HSL 17.7º 1% 0.43% -
HSV(B) 17.7º 1% 0.85% -
XYZ 30.45 18.42 1.95 -
YUV 102.45 70.19 209.7 -
System Red Green Blue C M Y K H S L
Decimal 217 64 0 0 0.71 1 0.15 17.7 1 0.43
Hex D9 40 0 0 47 64 F 12 64 2B
Octal 331 100 0 0 107 144 17 22 144 53
Binary 11011001 1000000 0 0 1000111 1100100 1111 10010 1100100 101011

Color Harmonies of #D94000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94000

Black with #D94000

Text Example


Text Example

White with #D94000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94000; }

 p { color: rgb(217,64,0); }

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

background-color css

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

 a { background-color: rgb(217,64,0); }

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

border-color css

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

 span { border-color: rgb(217,64,0); }

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