Html Css Color HEX #D5420B Harley Davidson Orange

📋 copy color: '#D5420B'

red 213 ◦ green 66 ◦ blue 11

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

Shades of Harley Davidson Orange #D5420B

Tints of Harley Davidson Orange #D5420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.79%

R = 73.45%
G = 22.76%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5420B (or 0xD5420B) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 0B. RGB value is (213,66,11). Sum of RGB (Red+Green+Blue) = 213+66+11=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D5420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5420B is #2ABDF4. Grayscale: #686868. Windows color (decimal): -2801141 or 738005. OLE color: 738005.

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

Color convert

RGB 213 66 11 -
CMYK 0 0.69 0.95 0.16
HSL 16.34º 0.9% 0.44% -
HSV(B) 16.34º 0.95% 0.84% -
XYZ 29.45 18.07 2.25 -
YUV 103.68 75.7 205.97 -
System Red Green Blue C M Y K H S L
Decimal 213 66 11 0 0.69 0.95 0.16 16.34 0.9 0.44
Hex D5 42 B 0 45 5F 10 10 5A 2C
Octal 325 102 13 0 105 137 20 20 132 54
Binary 11010101 1000010 1011 0 1000101 1011111 10000 10000 1011010 101100

Color Harmonies of #D5420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5420B

Black with #D5420B

Text Example


Text Example

White with #D5420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5420B; }

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

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

background-color css

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

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

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

border-color css

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

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

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