Html Css Color HEX #D3630A Tenne (Tawny)

📋 copy color: '#D3630A'

red 211 ◦ green 99 ◦ blue 10

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

Shades of Tenne (Tawny) #D3630A

Tints of Tenne (Tawny) #D3630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 65.94%
G = 30.94%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3630A (or 0xD3630A) is known color: Tenne (Tawny). HEX triplet: D3, 63 and 0A. RGB value is (211,99,10). Sum of RGB (Red+Green+Blue) = 211+99+10=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D3630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3630A is #2C9CF5. Grayscale: #7A7A7A. Windows color (decimal): -2923766 or 680915. OLE color: 680915.

HSL color Cylindrical-coordinate representation of color #D3630A: hue angle of 26.57º 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 #D3630A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 99 10 -
CMYK 0 0.53 0.95 0.17
HSL 26.57º 0.91% 0.43% -
HSV(B) 26.57º 0.95% 0.83% -
XYZ 31.38 22.79 3.03 -
YUV 122.34 64.61 191.24 -
System Red Green Blue C M Y K H S L
Decimal 211 99 10 0 0.53 0.95 0.17 26.57 0.91 0.43
Hex D3 63 A 0 35 5F 11 1B 5B 2B
Octal 323 143 12 0 65 137 21 33 133 53
Binary 11010011 1100011 1010 0 110101 1011111 10001 11011 1011011 101011

Color Harmonies of #D3630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3630A

Black with #D3630A

Text Example


Text Example

White with #D3630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3630A; }

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

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

background-color css

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

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

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

border-color css

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

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

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