Html Css Color HEX #D63C1F Harley Davidson Orange

📋 copy color: '#D63C1F'

red 214 ◦ green 60 ◦ blue 31

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

Shades of Harley Davidson Orange #D63C1F

Tints of Harley Davidson Orange #D63C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 70.16%
G = 19.67%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D63C1F (or 0xD63C1F) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 1F. RGB value is (214,60,31). Sum of RGB (Red+Green+Blue) = 214+60+31=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C1F is #29C3E0. Grayscale: #676767. Windows color (decimal): -2737121 or 2047190. OLE color: 2047190.

HSL color Cylindrical-coordinate representation of color #D63C1F: hue angle of 9.51º 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 #D63C1F is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 31 -
CMYK 0 0.72 0.86 0.16
HSL 9.51º 0.75% 0.48% -
HSV(B) 9.51º 0.86% 0.84% -
XYZ 29.59 17.63 3.14 -
YUV 102.74 87.52 207.36 -
System Red Green Blue C M Y K H S L
Decimal 214 60 31 0 0.72 0.86 0.16 9.51 0.75 0.48
Hex D6 3C 1F 0 48 56 10 A 4B 30
Octal 326 74 37 0 110 126 20 12 113 60
Binary 11010110 111100 11111 0 1001000 1010110 10000 1010 1001011 110000

Color Harmonies of #D63C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C1F

Black with #D63C1F

Text Example


Text Example

White with #D63C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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