Html Css Color HEX #D74A1B Harley Davidson Orange

📋 copy color: '#D74A1B'

red 215 ◦ green 74 ◦ blue 27

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

Shades of Harley Davidson Orange #D74A1B

Tints of Harley Davidson Orange #D74A1B

RGB

 RED value IS 215 (84.38% from 255) = 68.04%

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 68.04%
G = 23.42%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D74A1B (or 0xD74A1B) is known color: Harley Davidson Orange. HEX triplet: D7, 4A and 1B. RGB value is (215,74,27). Sum of RGB (Red+Green+Blue) = 215+74+27=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A1B is #28B5E4. Grayscale: #6F6F6F. Windows color (decimal): -2668005 or 1788631. OLE color: 1788631.

HSL color Cylindrical-coordinate representation of color #D74A1B: hue angle of 15º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D74A1B is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 74 27 -
CMYK 0 0.66 0.87 0.16
HSL 15º 0.78% 0.47% -
HSV(B) 15º 0.87% 0.84% -
XYZ 30.67 19.42 3.17 -
YUV 110.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 215 74 27 0 0.66 0.87 0.16 15 0.78 0.47
Hex D7 4A 1B 0 42 57 10 F 4E 2F
Octal 327 112 33 0 102 127 20 17 116 57
Binary 11010111 1001010 11011 0 1000010 1010111 10000 1111 1001110 101111

Color Harmonies of #D74A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A1B

Black with #D74A1B

Text Example


Text Example

White with #D74A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A1B; }

 p { color: rgb(215,74,27); }

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

background-color css

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

 a { background-color: rgb(215,74,27); }

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

border-color css

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

 span { border-color: rgb(215,74,27); }

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