Html Css Color HEX #D6231C Harley Davidson Orange

📋 copy color: '#D6231C'

red 214 ◦ green 35 ◦ blue 28

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

Shades of Harley Davidson Orange #D6231C

Tints of Harley Davidson Orange #D6231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.11%

R = 77.26%
G = 12.64%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6231C (or 0xD6231C) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 1C. RGB value is (214,35,28). Sum of RGB (Red+Green+Blue) = 214+35+28=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D6231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6231C is #29DCE3. Grayscale: #575757. Windows color (decimal): -2743524 or 1844182. OLE color: 1844182.

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

Color convert

RGB 214 35 28 -
CMYK 0 0.84 0.87 0.16
HSL 2.26º 0.77% 0.47% -
HSV(B) 2.26º 0.87% 0.84% -
XYZ 28.54 15.58 2.6 -
YUV 87.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 214 35 28 0 0.84 0.87 0.16 2.26 0.77 0.47
Hex D6 23 1C 0 54 57 10 2 4D 2F
Octal 326 43 34 0 124 127 20 2 115 57
Binary 11010110 100011 11100 0 1010100 1010111 10000 10 1001101 101111

Color Harmonies of #D6231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6231C

Black with #D6231C

Text Example


Text Example

White with #D6231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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