Html Css Color HEX #D3530C Tenne (Tawny)

📋 copy color: '#D3530C'

red 211 ◦ green 83 ◦ blue 12

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

Shades of Tenne (Tawny) #D3530C

Tints of Tenne (Tawny) #D3530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 68.95%
G = 27.12%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3530C (or 0xD3530C) is known color: Tenne (Tawny). HEX triplet: D3, 53 and 0C. RGB value is (211,83,12). Sum of RGB (Red+Green+Blue) = 211+83+12=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3530C is #2CACF3. Grayscale: #717171. Windows color (decimal): -2927860 or 807891. OLE color: 807891.

HSL color Cylindrical-coordinate representation of color #D3530C: hue angle of 21.41º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3530C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 83 12 -
CMYK 0 0.61 0.94 0.17
HSL 21.41º 0.89% 0.44% -
HSV(B) 21.41º 0.94% 0.83% -
XYZ 30.02 20.06 2.64 -
YUV 113.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 211 83 12 0 0.61 0.94 0.17 21.41 0.89 0.44
Hex D3 53 C 0 3D 5E 11 15 59 2C
Octal 323 123 14 0 75 136 21 25 131 54
Binary 11010011 1010011 1100 0 111101 1011110 10001 10101 1011001 101100

Color Harmonies of #D3530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3530C

Black with #D3530C

Text Example


Text Example

White with #D3530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3530C; }

 p { color: rgb(211,83,12); }

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

background-color css

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

 a { background-color: rgb(211,83,12); }

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

border-color css

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

 span { border-color: rgb(211,83,12); }

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