Html Css Color HEX #D93D04 Harley Davidson Orange

📋 copy color: '#D93D04'

red 217 ◦ green 61 ◦ blue 4

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

Shades of Harley Davidson Orange #D93D04

Tints of Harley Davidson Orange #D93D04

RGB

 RED value IS 217 (85.16% from 255) = 76.95%

 GREEN value IS 61 (24.22% from 255) = 21.63%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 76.95%
G = 21.63%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D93D04 (or 0xD93D04) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 04. RGB value is (217,61,4). Sum of RGB (Red+Green+Blue) = 217+61+4=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93D04 is #26C2FB. Grayscale: #656565. Windows color (decimal): -2540284 or 277977. OLE color: 277977.

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

Color convert

RGB 217 61 4 -
CMYK 0 0.72 0.98 0.15
HSL 16.06º 0.96% 0.43% -
HSV(B) 16.06º 0.98% 0.85% -
XYZ 30.31 18.1 2.01 -
YUV 101.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 217 61 4 0 0.72 0.98 0.15 16.06 0.96 0.43
Hex D9 3D 4 0 48 62 F 10 60 2B
Octal 331 75 4 0 110 142 17 20 140 53
Binary 11011001 111101 100 0 1001000 1100010 1111 10000 1100000 101011

Color Harmonies of #D93D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D04

Black with #D93D04

Text Example


Text Example

White with #D93D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D04; }

 p { color: rgb(217,61,4); }

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

background-color css

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

 a { background-color: rgb(217,61,4); }

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

border-color css

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

 span { border-color: rgb(217,61,4); }

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