Html Css Color HEX #D61C18 Harley Davidson Orange

📋 copy color: '#D61C18'

red 214 ◦ green 28 ◦ blue 24

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

Shades of Harley Davidson Orange #D61C18

Tints of Harley Davidson Orange #D61C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 80.45%
G = 10.53%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D61C18 (or 0xD61C18) is known color: Harley Davidson Orange. HEX triplet: D6, 1C and 18. RGB value is (214,28,24). Sum of RGB (Red+Green+Blue) = 214+28+24=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61C18 is #29E3E7. Grayscale: #535353. Windows color (decimal): -2745320 or 1580246. OLE color: 1580246.

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

Color convert

RGB 214 28 24 -
CMYK 0 0.87 0.89 0.16
HSL 1.26º 0.8% 0.47% -
HSV(B) 1.26º 0.89% 0.84% -
XYZ 28.31 15.19 2.3 -
YUV 83.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 214 28 24 0 0.87 0.89 0.16 1.26 0.8 0.47
Hex D6 1C 18 0 57 59 10 1 50 2F
Octal 326 34 30 0 127 131 20 1 120 57
Binary 11010110 11100 11000 0 1010111 1011001 10000 1 1010000 101111

Color Harmonies of #D61C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C18

Black with #D61C18

Text Example


Text Example

White with #D61C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C18; }

 p { color: rgb(214,28,24); }

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

background-color css

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

 a { background-color: rgb(214,28,24); }

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

border-color css

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

 span { border-color: rgb(214,28,24); }

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