Html Css Color HEX #D54213 Harley Davidson Orange

📋 copy color: '#D54213'

red 213 ◦ green 66 ◦ blue 19

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

Shades of Harley Davidson Orange #D54213

Tints of Harley Davidson Orange #D54213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 71.48%
G = 22.15%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D54213 (or 0xD54213) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 13. RGB value is (213,66,19). Sum of RGB (Red+Green+Blue) = 213+66+19=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D54213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54213 is #2ABDEC. Grayscale: #686868. Windows color (decimal): -2801133 or 1262293. OLE color: 1262293.

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

Color convert

RGB 213 66 19 -
CMYK 0 0.69 0.91 0.16
HSL 14.54º 0.84% 0.45% -
HSV(B) 14.54º 0.91% 0.84% -
XYZ 29.51 18.09 2.55 -
YUV 104.6 79.7 205.32 -
System Red Green Blue C M Y K H S L
Decimal 213 66 19 0 0.69 0.91 0.16 14.54 0.84 0.45
Hex D5 42 13 0 45 5B 10 F 54 2D
Octal 325 102 23 0 105 133 20 17 124 55
Binary 11010101 1000010 10011 0 1000101 1011011 10000 1111 1010100 101101

Color Harmonies of #D54213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54213

Black with #D54213

Text Example


Text Example

White with #D54213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54213; }

 p { color: rgb(213,66,19); }

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

background-color css

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

 a { background-color: rgb(213,66,19); }

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

border-color css

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

 span { border-color: rgb(213,66,19); }

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