Html Css Color HEX #D6251E Harley Davidson Orange

📋 copy color: '#D6251E'

red 214 ◦ green 37 ◦ blue 30

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

Shades of Harley Davidson Orange #D6251E

Tints of Harley Davidson Orange #D6251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 76.16%
G = 13.17%
B = 10.68%

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

#D6251E (or 0xD6251E) is known color: Harley Davidson Orange. HEX triplet: D6, 25 and 1E. RGB value is (214,37,30). Sum of RGB (Red+Green+Blue) = 214+37+30=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6251E is #29DAE1. Grayscale: #595959. Windows color (decimal): -2743010 or 1975766. OLE color: 1975766.

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

Color convert

RGB 214 37 30 -
CMYK 0 0.83 0.86 0.16
HSL 2.28º 0.75% 0.48% -
HSV(B) 2.28º 0.86% 0.84% -
XYZ 28.63 15.71 2.75 -
YUV 89.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 214 37 30 0 0.83 0.86 0.16 2.28 0.75 0.48
Hex D6 25 1E 0 53 56 10 2 4B 30
Octal 326 45 36 0 123 126 20 2 113 60
Binary 11010110 100101 11110 0 1010011 1010110 10000 10 1001011 110000

Color Harmonies of #D6251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6251E

Black with #D6251E

Text Example


Text Example

White with #D6251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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