Html Css Color HEX #D2530C Tenne (Tawny)

📋 copy color: '#D2530C'

red 210 ◦ green 83 ◦ blue 12

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

Shades of Tenne (Tawny) #D2530C

Tints of Tenne (Tawny) #D2530C

RGB

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

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

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

R = 68.85%
G = 27.21%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2530C (or 0xD2530C) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 0C. RGB value is (210,83,12). Sum of RGB (Red+Green+Blue) = 210+83+12=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2530C is #2DACF3. Grayscale: #717171. Windows color (decimal): -2993396 or 807890. OLE color: 807890.

HSL color Cylindrical-coordinate representation of color #D2530C: hue angle of 21.52º 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 #D2530C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 12 -
CMYK 0 0.60 0.94 0.18
HSL 21.52º 0.89% 0.44% -
HSV(B) 21.52º 0.94% 0.82% -
XYZ 29.74 19.91 2.62 -
YUV 112.88 71.08 197.27 -
System Red Green Blue C M Y K H S L
Decimal 210 83 12 0 0.60 0.94 0.18 21.52 0.89 0.44
Hex D2 53 C 0 3C 5E 12 16 59 2C
Octal 322 123 14 0 74 136 22 26 131 54
Binary 11010010 1010011 1100 0 111100 1011110 10010 10110 1011001 101100

Color Harmonies of #D2530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2530C

Black with #D2530C

Text Example


Text Example

White with #D2530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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