Html Css Color HEX #D62A1F Harley Davidson Orange

📋 copy color: '#D62A1F'

red 214 ◦ green 42 ◦ blue 31

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

Shades of Harley Davidson Orange #D62A1F

Tints of Harley Davidson Orange #D62A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.63%

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 74.56%
G = 14.63%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D62A1F (or 0xD62A1F) is known color: Harley Davidson Orange. HEX triplet: D6, 2A and 1F. RGB value is (214,42,31). Sum of RGB (Red+Green+Blue) = 214+42+31=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A1F is #29D5E0. Grayscale: #5C5C5C. Windows color (decimal): -2741729 or 2042582. OLE color: 2042582.

HSL color Cylindrical-coordinate representation of color #D62A1F: hue angle of 3.61º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D62A1F is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 31 -
CMYK 0 0.80 0.86 0.16
HSL 3.61º 0.75% 0.48% -
HSV(B) 3.61º 0.86% 0.84% -
XYZ 28.81 16.05 2.88 -
YUV 92.17 93.48 214.89 -
System Red Green Blue C M Y K H S L
Decimal 214 42 31 0 0.80 0.86 0.16 3.61 0.75 0.48
Hex D6 2A 1F 0 50 56 10 4 4B 30
Octal 326 52 37 0 120 126 20 4 113 60
Binary 11010110 101010 11111 0 1010000 1010110 10000 100 1001011 110000

Color Harmonies of #D62A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A1F

Black with #D62A1F

Text Example


Text Example

White with #D62A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A1F; }

 p { color: rgb(214,42,31); }

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

background-color css

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

 a { background-color: rgb(214,42,31); }

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

border-color css

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

 span { border-color: rgb(214,42,31); }

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