Html Css Color HEX #D54503 Tenne (Tawny)

📋 copy color: '#D54503'

red 213 ◦ green 69 ◦ blue 3

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

Shades of Tenne (Tawny) #D54503

Tints of Tenne (Tawny) #D54503

RGB

 RED value IS 213 (83.59% from 255) = 74.74%

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 74.74%
G = 24.21%
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

#D54503 (or 0xD54503) is known color: Tenne (Tawny). HEX triplet: D5, 45 and 03. RGB value is (213,69,3). Sum of RGB (Red+Green+Blue) = 213+69+3=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D54503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54503 is #2ABAFC. Grayscale: #686868. Windows color (decimal): -2800381 or 214485. OLE color: 214485.

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

Color convert

RGB 213 69 3 -
CMYK 0 0.68 0.99 0.16
HSL 18.86º 0.97% 0.42% -
HSV(B) 18.86º 0.99% 0.84% -
XYZ 29.59 18.41 2.08 -
YUV 104.53 70.71 205.37 -
System Red Green Blue C M Y K H S L
Decimal 213 69 3 0 0.68 0.99 0.16 18.86 0.97 0.42
Hex D5 45 3 0 44 63 10 13 61 2A
Octal 325 105 3 0 104 143 20 23 141 52
Binary 11010101 1000101 11 0 1000100 1100011 10000 10011 1100001 101010

Color Harmonies of #D54503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54503

Black with #D54503

Text Example


Text Example

White with #D54503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54503; }

 p { color: rgb(213,69,3); }

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

background-color css

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

 a { background-color: rgb(213,69,3); }

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

border-color css

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

 span { border-color: rgb(213,69,3); }

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