Html Css Color HEX #D64403 Tenne (Tawny)

📋 copy color: '#D64403'

red 214 ◦ green 68 ◦ blue 3

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

Shades of Tenne (Tawny) #D64403

Tints of Tenne (Tawny) #D64403

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 75.09%
G = 23.86%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D64403 (or 0xD64403) is known color: Tenne (Tawny). HEX triplet: D6, 44 and 03. RGB value is (214,68,3). Sum of RGB (Red+Green+Blue) = 214+68+3=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D64403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64403 is #29BBFC. Grayscale: #686868. Windows color (decimal): -2735101 or 214230. OLE color: 214230.

HSL color Cylindrical-coordinate representation of color #D64403: hue angle of 18.48º 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 #D64403 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 3 -
CMYK 0 0.68 0.99 0.16
HSL 18.48º 0.97% 0.43% -
HSV(B) 18.48º 0.99% 0.84% -
XYZ 29.82 18.44 2.07 -
YUV 104.24 70.87 206.29 -
System Red Green Blue C M Y K H S L
Decimal 214 68 3 0 0.68 0.99 0.16 18.48 0.97 0.43
Hex D6 44 3 0 44 63 10 12 61 2B
Octal 326 104 3 0 104 143 20 22 141 53
Binary 11010110 1000100 11 0 1000100 1100011 10000 10010 1100001 101011

Color Harmonies of #D64403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64403

Black with #D64403

Text Example


Text Example

White with #D64403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64403; }

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

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

background-color css

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

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

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

border-color css

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

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

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