Html Css Color HEX #D0271E Harley Davidson Orange

📋 copy color: '#D0271E'

red 208 ◦ green 39 ◦ blue 30

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

Shades of Harley Davidson Orange #D0271E

Tints of Harley Davidson Orange #D0271E

RGB

 RED value IS 208 (81.64% from 255) = 75.09%

 GREEN value IS 39 (15.63% from 255) = 14.08%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 75.09%
G = 14.08%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0271E (or 0xD0271E) is known color: Harley Davidson Orange. HEX triplet: D0, 27 and 1E. RGB value is (208,39,30). Sum of RGB (Red+Green+Blue) = 208+39+30=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D0271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0271E is #2FD8E1. Grayscale: #585858. Windows color (decimal): -3135714 or 1976272. OLE color: 1976272.

HSL color Cylindrical-coordinate representation of color #D0271E: hue angle of 3.03º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0271E is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 30 -
CMYK 0 0.81 0.86 0.18
HSL 3.03º 0.75% 0.47% -
HSV(B) 3.03º 0.86% 0.82% -
XYZ 26.97 14.95 2.69 -
YUV 88.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 208 39 30 0 0.81 0.86 0.18 3.03 0.75 0.47
Hex D0 27 1E 0 51 56 12 3 4B 2F
Octal 320 47 36 0 121 126 22 3 113 57
Binary 11010000 100111 11110 0 1010001 1010110 10010 11 1001011 101111

Color Harmonies of #D0271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0271E

Black with #D0271E

Text Example


Text Example

White with #D0271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0271E; }

 p { color: rgb(208,39,30); }

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

background-color css

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

 a { background-color: rgb(208,39,30); }

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

border-color css

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

 span { border-color: rgb(208,39,30); }

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