Html Css Color HEX #D14203 Tenne (Tawny)

📋 copy color: '#D14203'

red 209 ◦ green 66 ◦ blue 3

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

Shades of Tenne (Tawny) #D14203

Tints of Tenne (Tawny) #D14203

RGB

 RED value IS 209 (82.03% from 255) = 75.18%

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 75.18%
G = 23.74%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14203 (or 0xD14203) is known color: Tenne (Tawny). HEX triplet: D1, 42 and 03. RGB value is (209,66,3). Sum of RGB (Red+Green+Blue) = 209+66+3=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D14203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14203 is #2EBDFC. Grayscale: #656565. Windows color (decimal): -3063293 or 213713. OLE color: 213713.

HSL color Cylindrical-coordinate representation of color #D14203: hue angle of 18.35º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D14203 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 3 -
CMYK 0 0.68 0.99 0.18
HSL 18.35º 0.97% 0.42% -
HSV(B) 18.35º 0.99% 0.82% -
XYZ 28.26 17.46 1.97 -
YUV 101.58 72.38 204.62 -
System Red Green Blue C M Y K H S L
Decimal 209 66 3 0 0.68 0.99 0.18 18.35 0.97 0.42
Hex D1 42 3 0 44 63 12 12 61 2A
Octal 321 102 3 0 104 143 22 22 141 52
Binary 11010001 1000010 11 0 1000100 1100011 10010 10010 1100001 101010

Color Harmonies of #D14203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14203

Black with #D14203

Text Example


Text Example

White with #D14203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14203; }

 p { color: rgb(209,66,3); }

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

background-color css

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

 a { background-color: rgb(209,66,3); }

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

border-color css

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

 span { border-color: rgb(209,66,3); }

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