Html Css Color HEX #D65003 Tenne (Tawny)

📋 copy color: '#D65003'

red 214 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #D65003

Tints of Tenne (Tawny) #D65003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 72.05%
G = 26.94%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65003 (or 0xD65003) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 03. RGB value is (214,80,3). Sum of RGB (Red+Green+Blue) = 214+80+3=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D65003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65003 is #29AFFC. Grayscale: #6F6F6F. Windows color (decimal): -2732029 or 217302. OLE color: 217302.

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

Color convert

RGB 214 80 3 -
CMYK 0 0.63 0.99 0.16
HSL 21.9º 0.97% 0.43% -
HSV(B) 21.9º 0.99% 0.84% -
XYZ 30.62 20.04 2.34 -
YUV 111.29 66.89 201.26 -
System Red Green Blue C M Y K H S L
Decimal 214 80 3 0 0.63 0.99 0.16 21.9 0.97 0.43
Hex D6 50 3 0 3F 63 10 16 61 2B
Octal 326 120 3 0 77 143 20 26 141 53
Binary 11010110 1010000 11 0 111111 1100011 10000 10110 1100001 101011

Color Harmonies of #D65003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65003

Black with #D65003

Text Example


Text Example

White with #D65003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65003; }

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

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

background-color css

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

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

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

border-color css

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

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

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