Html Css Color HEX #D61905 Harley Davidson Orange

📋 copy color: '#D61905'

red 214 ◦ green 25 ◦ blue 5

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

Shades of Harley Davidson Orange #D61905

Tints of Harley Davidson Orange #D61905

RGB

 RED value IS 214 (83.98% from 255) = 87.7%

 GREEN value IS 25 (10.16% from 255) = 10.25%

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 87.7%
G = 10.25%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D61905 (or 0xD61905) is known color: Harley Davidson Orange. HEX triplet: D6, 19 and 05. RGB value is (214,25,5). Sum of RGB (Red+Green+Blue) = 214+25+5=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D61905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61905 is #29E6FA. Grayscale: #4F4F4F. Windows color (decimal): -2746107 or 334294. OLE color: 334294.

HSL color Cylindrical-coordinate representation of color #D61905: hue angle of 5.74º degrees, saturation: 0.95, 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 #D61905 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 5 -
CMYK 0 0.88 0.98 0.16
HSL 5.74º 0.95% 0.43% -
HSV(B) 5.74º 0.98% 0.84% -
XYZ 28.11 15 1.56 -
YUV 79.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 214 25 5 0 0.88 0.98 0.16 5.74 0.95 0.43
Hex D6 19 5 0 58 62 10 6 5F 2B
Octal 326 31 5 0 130 142 20 6 137 53
Binary 11010110 11001 101 0 1011000 1100010 10000 110 1011111 101011

Color Harmonies of #D61905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61905

Black with #D61905

Text Example


Text Example

White with #D61905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61905; }

 p { color: rgb(214,25,5); }

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

background-color css

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

 a { background-color: rgb(214,25,5); }

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

border-color css

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

 span { border-color: rgb(214,25,5); }

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