Html Css Color HEX #D53D04 Harley Davidson Orange

📋 copy color: '#D53D04'

red 213 ◦ green 61 ◦ blue 4

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

Shades of Harley Davidson Orange #D53D04

Tints of Harley Davidson Orange #D53D04

RGB

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

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

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

R = 76.62%
G = 21.94%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D53D04 (or 0xD53D04) is known color: Harley Davidson Orange. HEX triplet: D5, 3D and 04. RGB value is (213,61,4). Sum of RGB (Red+Green+Blue) = 213+61+4=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53D04 is #2AC2FB. Grayscale: #646464. Windows color (decimal): -2802428 or 277973. OLE color: 277973.

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

Color convert

RGB 213 61 4 -
CMYK 0 0.71 0.98 0.16
HSL 16.36º 0.96% 0.43% -
HSV(B) 16.36º 0.98% 0.84% -
XYZ 29.13 17.49 1.96 -
YUV 99.95 73.86 208.63 -
System Red Green Blue C M Y K H S L
Decimal 213 61 4 0 0.71 0.98 0.16 16.36 0.96 0.43
Hex D5 3D 4 0 47 62 10 10 60 2B
Octal 325 75 4 0 107 142 20 20 140 53
Binary 11010101 111101 100 0 1000111 1100010 10000 10000 1100000 101011

Color Harmonies of #D53D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D04

Black with #D53D04

Text Example


Text Example

White with #D53D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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