Html Css Color HEX #D2630C Tenne (Tawny)

📋 copy color: '#D2630C'

red 210 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #D2630C

Tints of Tenne (Tawny) #D2630C

RGB

 RED value IS 210 (82.42% from 255) = 65.42%

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

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

R = 65.42%
G = 30.84%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2630C (or 0xD2630C) is known color: Tenne (Tawny). HEX triplet: D2, 63 and 0C. RGB value is (210,99,12). Sum of RGB (Red+Green+Blue) = 210+99+12=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2630C is #2D9CF3. Grayscale: #7A7A7A. Windows color (decimal): -2989300 or 811986. OLE color: 811986.

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

Color convert

RGB 210 99 12 -
CMYK 0 0.53 0.94 0.18
HSL 26.36º 0.89% 0.44% -
HSV(B) 26.36º 0.94% 0.82% -
XYZ 31.11 22.65 3.08 -
YUV 122.27 65.77 190.57 -
System Red Green Blue C M Y K H S L
Decimal 210 99 12 0 0.53 0.94 0.18 26.36 0.89 0.44
Hex D2 63 C 0 35 5E 12 1A 59 2C
Octal 322 143 14 0 65 136 22 32 131 54
Binary 11010010 1100011 1100 0 110101 1011110 10010 11010 1011001 101100

Color Harmonies of #D2630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2630C

Black with #D2630C

Text Example


Text Example

White with #D2630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2630C; }

 p { color: rgb(210,99,12); }

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

background-color css

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

 a { background-color: rgb(210,99,12); }

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

border-color css

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

 span { border-color: rgb(210,99,12); }

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