Html Css Color HEX #D3480A Tenne (Tawny)

📋 copy color: '#D3480A'

red 211 ◦ green 72 ◦ blue 10

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

Shades of Tenne (Tawny) #D3480A

Tints of Tenne (Tawny) #D3480A

RGB

 RED value IS 211 (82.81% from 255) = 72.01%

 GREEN value IS 72 (28.52% from 255) = 24.57%

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

R = 72.01%
G = 24.57%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3480A (or 0xD3480A) is known color: Tenne (Tawny). HEX triplet: D3, 48 and 0A. RGB value is (211,72,10). Sum of RGB (Red+Green+Blue) = 211+72+10=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D3480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3480A is #2CB7F5. Grayscale: #6A6A6A. Windows color (decimal): -2930678 or 674003. OLE color: 674003.

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

Color convert

RGB 211 72 10 -
CMYK 0 0.66 0.95 0.17
HSL 18.51º 0.91% 0.43% -
HSV(B) 18.51º 0.95% 0.83% -
XYZ 29.24 18.51 2.32 -
YUV 106.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 211 72 10 0 0.66 0.95 0.17 18.51 0.91 0.43
Hex D3 48 A 0 42 5F 11 13 5B 2B
Octal 323 110 12 0 102 137 21 23 133 53
Binary 11010011 1001000 1010 0 1000010 1011111 10001 10011 1011011 101011

Color Harmonies of #D3480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3480A

Black with #D3480A

Text Example


Text Example

White with #D3480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3480A; }

 p { color: rgb(211,72,10); }

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

background-color css

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

 a { background-color: rgb(211,72,10); }

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

border-color css

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

 span { border-color: rgb(211,72,10); }

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