Html Css Color HEX #D64302 Tenne (Tawny)

📋 copy color: '#D64302'

red 214 ◦ green 67 ◦ blue 2

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

Shades of Tenne (Tawny) #D64302

Tints of Tenne (Tawny) #D64302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 75.62%
G = 23.67%
B = 0.71%

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

#D64302 (or 0xD64302) is known color: Tenne (Tawny). HEX triplet: D6, 43 and 02. RGB value is (214,67,2). Sum of RGB (Red+Green+Blue) = 214+67+2=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D64302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64302 is #29BCFD. Grayscale: #676767. Windows color (decimal): -2735358 or 148438. OLE color: 148438.

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

Color convert

RGB 214 67 2 -
CMYK 0 0.69 0.99 0.16
HSL 18.4º 0.98% 0.42% -
HSV(B) 18.4º 0.99% 0.84% -
XYZ 29.75 18.31 2.02 -
YUV 103.54 70.7 206.79 -
System Red Green Blue C M Y K H S L
Decimal 214 67 2 0 0.69 0.99 0.16 18.4 0.98 0.42
Hex D6 43 2 0 45 63 10 12 62 2A
Octal 326 103 2 0 105 143 20 22 142 52
Binary 11010110 1000011 10 0 1000101 1100011 10000 10010 1100010 101010

Color Harmonies of #D64302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64302

Black with #D64302

Text Example


Text Example

White with #D64302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64302; }

 p { color: rgb(214,67,2); }

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

background-color css

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

 a { background-color: rgb(214,67,2); }

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

border-color css

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

 span { border-color: rgb(214,67,2); }

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