Html Css Color HEX #D7231C Harley Davidson Orange

📋 copy color: '#D7231C'

red 215 ◦ green 35 ◦ blue 28

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

Shades of Harley Davidson Orange #D7231C

Tints of Harley Davidson Orange #D7231C

RGB

 RED value IS 215 (84.38% from 255) = 77.34%

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

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

R = 77.34%
G = 12.59%
B = 10.07%

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

#D7231C (or 0xD7231C) is known color: Harley Davidson Orange. HEX triplet: D7, 23 and 1C. RGB value is (215,35,28). Sum of RGB (Red+Green+Blue) = 215+35+28=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7231C is #28DCE3. Grayscale: #585858. Windows color (decimal): -2677988 or 1844183. OLE color: 1844183.

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

Color convert

RGB 215 35 28 -
CMYK 0 0.84 0.87 0.16
HSL 2.25º 0.77% 0.48% -
HSV(B) 2.25º 0.87% 0.84% -
XYZ 28.83 15.73 2.62 -
YUV 88.02 94.13 218.57 -
System Red Green Blue C M Y K H S L
Decimal 215 35 28 0 0.84 0.87 0.16 2.25 0.77 0.48
Hex D7 23 1C 0 54 57 10 2 4D 30
Octal 327 43 34 0 124 127 20 2 115 60
Binary 11010111 100011 11100 0 1010100 1010111 10000 10 1001101 110000

Color Harmonies of #D7231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7231C

Black with #D7231C

Text Example


Text Example

White with #D7231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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