Html Css Color HEX #D64203 Tenne (Tawny)

📋 copy color: '#D64203'

red 214 ◦ green 66 ◦ blue 3

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

Shades of Tenne (Tawny) #D64203

Tints of Tenne (Tawny) #D64203

RGB

 RED value IS 214 (83.98% from 255) = 75.62%

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

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

R = 75.62%
G = 23.32%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D64203 (or 0xD64203) is known color: Tenne (Tawny). HEX triplet: D6, 42 and 03. RGB value is (214,66,3). Sum of RGB (Red+Green+Blue) = 214+66+3=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D64203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64203 is #29BDFC. Grayscale: #676767. Windows color (decimal): -2735613 or 213718. OLE color: 213718.

HSL color Cylindrical-coordinate representation of color #D64203: hue angle of 17.91º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D64203 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 3 -
CMYK 0 0.69 0.99 0.16
HSL 17.91º 0.97% 0.43% -
HSV(B) 17.91º 0.99% 0.84% -
XYZ 29.7 18.2 2.03 -
YUV 103.07 71.53 207.12 -
System Red Green Blue C M Y K H S L
Decimal 214 66 3 0 0.69 0.99 0.16 17.91 0.97 0.43
Hex D6 42 3 0 45 63 10 12 61 2B
Octal 326 102 3 0 105 143 20 22 141 53
Binary 11010110 1000010 11 0 1000101 1100011 10000 10010 1100001 101011

Color Harmonies of #D64203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64203

Black with #D64203

Text Example


Text Example

White with #D64203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64203; }

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

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

background-color css

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

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

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

border-color css

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

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

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