Html Css Color HEX #D25B0C Tenne (Tawny)

📋 copy color: '#D25B0C'

red 210 ◦ green 91 ◦ blue 12

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

Shades of Tenne (Tawny) #D25B0C

Tints of Tenne (Tawny) #D25B0C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 67.09%
G = 29.07%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D25B0C (or 0xD25B0C) is known color: Tenne (Tawny). HEX triplet: D2, 5B and 0C. RGB value is (210,91,12). Sum of RGB (Red+Green+Blue) = 210+91+12=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25B0C is #2DA4F3. Grayscale: #767676. Windows color (decimal): -2991348 or 809938. OLE color: 809938.

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

Color convert

RGB 210 91 12 -
CMYK 0 0.57 0.94 0.18
HSL 23.94º 0.89% 0.44% -
HSV(B) 23.94º 0.94% 0.82% -
XYZ 30.39 21.21 2.84 -
YUV 117.58 68.42 193.92 -
System Red Green Blue C M Y K H S L
Decimal 210 91 12 0 0.57 0.94 0.18 23.94 0.89 0.44
Hex D2 5B C 0 39 5E 12 18 59 2C
Octal 322 133 14 0 71 136 22 30 131 54
Binary 11010010 1011011 1100 0 111001 1011110 10010 11000 1011001 101100

Color Harmonies of #D25B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B0C

Black with #D25B0C

Text Example


Text Example

White with #D25B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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