Html Css Color HEX #DA4103 Tenne (Tawny)

📋 copy color: '#DA4103'

red 218 ◦ green 65 ◦ blue 3

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

Shades of Tenne (Tawny) #DA4103

Tints of Tenne (Tawny) #DA4103

RGB

 RED value IS 218 (85.55% from 255) = 76.22%

 GREEN value IS 65 (25.78% from 255) = 22.73%

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

R = 76.22%
G = 22.73%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA4103 (or 0xDA4103) is known color: Tenne (Tawny). HEX triplet: DA, 41 and 03. RGB value is (218,65,3). Sum of RGB (Red+Green+Blue) = 218+65+3=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4103 is #25BEFC. Grayscale: #686868. Windows color (decimal): -2473725 or 213466. OLE color: 213466.

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

Color convert

RGB 218 65 3 -
CMYK 0 0.70 0.99 0.15
HSL 17.3º 0.97% 0.43% -
HSV(B) 17.3º 0.99% 0.85% -
XYZ 30.82 18.69 2.07 -
YUV 103.68 71.19 209.54 -
System Red Green Blue C M Y K H S L
Decimal 218 65 3 0 0.70 0.99 0.15 17.3 0.97 0.43
Hex DA 41 3 0 46 63 F 11 61 2B
Octal 332 101 3 0 106 143 17 21 141 53
Binary 11011010 1000001 11 0 1000110 1100011 1111 10001 1100001 101011

Color Harmonies of #DA4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4103

Black with #DA4103

Text Example


Text Example

White with #DA4103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4103; }

 p { color: rgb(218,65,3); }

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

background-color css

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

 a { background-color: rgb(218,65,3); }

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

border-color css

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

 span { border-color: rgb(218,65,3); }

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