Html Css Color HEX #D74D0B Tenne (Tawny)

📋 copy color: '#D74D0B'

red 215 ◦ green 77 ◦ blue 11

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

Shades of Tenne (Tawny) #D74D0B

Tints of Tenne (Tawny) #D74D0B

RGB

 RED value IS 215 (84.38% from 255) = 70.96%

 GREEN value IS 77 (30.47% from 255) = 25.41%

 BLUE value IS 11 (4.69% from 255) = 3.63%

R = 70.96%
G = 25.41%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D74D0B (or 0xD74D0B) is known color: Tenne (Tawny). HEX triplet: D7, 4D and 0B. RGB value is (215,77,11). Sum of RGB (Red+Green+Blue) = 215+77+11=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74D0B is #28B2F4. Grayscale: #6F6F6F. Windows color (decimal): -2667253 or 740823. OLE color: 740823.

HSL color Cylindrical-coordinate representation of color #D74D0B: hue angle of 19.41º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D74D0B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 11 -
CMYK 0 0.64 0.95 0.16
HSL 19.41º 0.9% 0.44% -
HSV(B) 19.41º 0.95% 0.84% -
XYZ 30.74 19.78 2.51 -
YUV 110.74 71.72 202.37 -
System Red Green Blue C M Y K H S L
Decimal 215 77 11 0 0.64 0.95 0.16 19.41 0.9 0.44
Hex D7 4D B 0 40 5F 10 13 5A 2C
Octal 327 115 13 0 100 137 20 23 132 54
Binary 11010111 1001101 1011 0 1000000 1011111 10000 10011 1011010 101100

Color Harmonies of #D74D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D0B

Black with #D74D0B

Text Example


Text Example

White with #D74D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D0B; }

 p { color: rgb(215,77,11); }

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

background-color css

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

 a { background-color: rgb(215,77,11); }

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

border-color css

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

 span { border-color: rgb(215,77,11); }

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