Html Css Color HEX #D6231A Harley Davidson Orange

📋 copy color: '#D6231A'

red 214 ◦ green 35 ◦ blue 26

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

Shades of Harley Davidson Orange #D6231A

Tints of Harley Davidson Orange #D6231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

 BLUE value IS 26 (10.55% from 255) = 9.45%

R = 77.82%
G = 12.73%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6231A (or 0xD6231A) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 1A. RGB value is (214,35,26). Sum of RGB (Red+Green+Blue) = 214+35+26=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6231A is #29DCE5. Grayscale: #575757. Windows color (decimal): -2743526 or 1713110. OLE color: 1713110.

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

Color convert

RGB 214 35 26 -
CMYK 0 0.84 0.88 0.16
HSL 2.87º 0.78% 0.47% -
HSV(B) 2.87º 0.88% 0.84% -
XYZ 28.52 15.57 2.48 -
YUV 87.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 214 35 26 0 0.84 0.88 0.16 2.87 0.78 0.47
Hex D6 23 1A 0 54 58 10 3 4E 2F
Octal 326 43 32 0 124 130 20 3 116 57
Binary 11010110 100011 11010 0 1010100 1011000 10000 11 1001110 101111

Color Harmonies of #D6231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6231A

Black with #D6231A

Text Example


Text Example

White with #D6231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6231A; }

 p { color: rgb(214,35,26); }

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

background-color css

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

 a { background-color: rgb(214,35,26); }

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

border-color css

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

 span { border-color: rgb(214,35,26); }

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