Html Css Color HEX #D6251D Harley Davidson Orange

📋 copy color: '#D6251D'

red 214 ◦ green 37 ◦ blue 29

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

Shades of Harley Davidson Orange #D6251D

Tints of Harley Davidson Orange #D6251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 76.43%
G = 13.21%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6251D (or 0xD6251D) is known color: Harley Davidson Orange. HEX triplet: D6, 25 and 1D. RGB value is (214,37,29). Sum of RGB (Red+Green+Blue) = 214+37+29=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6251D is #29DAE2. Grayscale: #595959. Windows color (decimal): -2743011 or 1910230. OLE color: 1910230.

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

Color convert

RGB 214 37 29 -
CMYK 0 0.83 0.86 0.16
HSL 2.59º 0.76% 0.48% -
HSV(B) 2.59º 0.86% 0.84% -
XYZ 28.61 15.71 2.69 -
YUV 89.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 214 37 29 0 0.83 0.86 0.16 2.59 0.76 0.48
Hex D6 25 1D 0 53 56 10 3 4C 30
Octal 326 45 35 0 123 126 20 3 114 60
Binary 11010110 100101 11101 0 1010011 1010110 10000 11 1001100 110000

Color Harmonies of #D6251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6251D

Black with #D6251D

Text Example


Text Example

White with #D6251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6251D; }

 p { color: rgb(214,37,29); }

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

background-color css

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

 a { background-color: rgb(214,37,29); }

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

border-color css

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

 span { border-color: rgb(214,37,29); }

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