Html Css Color HEX #D7231B Harley Davidson Orange

📋 copy color: '#D7231B'

red 215 ◦ green 35 ◦ blue 27

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

Shades of Harley Davidson Orange #D7231B

Tints of Harley Davidson Orange #D7231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 77.62%
G = 12.64%
B = 9.75%

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

#D7231B (or 0xD7231B) is known color: Harley Davidson Orange. HEX triplet: D7, 23 and 1B. RGB value is (215,35,27). Sum of RGB (Red+Green+Blue) = 215+35+27=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D7231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7231B is #28DCE4. Grayscale: #585858. Windows color (decimal): -2677989 or 1778647. OLE color: 1778647.

HSL color Cylindrical-coordinate representation of color #D7231B: hue angle of 2.55º degrees, saturation: 0.78, 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 #D7231B is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 35 27 -
CMYK 0 0.84 0.87 0.16
HSL 2.55º 0.78% 0.47% -
HSV(B) 2.55º 0.87% 0.84% -
XYZ 28.82 15.73 2.55 -
YUV 87.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 215 35 27 0 0.84 0.87 0.16 2.55 0.78 0.47
Hex D7 23 1B 0 54 57 10 3 4E 2F
Octal 327 43 33 0 124 127 20 3 116 57
Binary 11010111 100011 11011 0 1010100 1010111 10000 11 1001110 101111

Color Harmonies of #D7231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7231B

Black with #D7231B

Text Example


Text Example

White with #D7231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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