Html Css Color HEX #D5231B Harley Davidson Orange

📋 copy color: '#D5231B'

red 213 ◦ green 35 ◦ blue 27

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

Shades of Harley Davidson Orange #D5231B

Tints of Harley Davidson Orange #D5231B

RGB

 RED value IS 213 (83.59% from 255) = 77.45%

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

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

R = 77.45%
G = 12.73%
B = 9.82%

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

#D5231B (or 0xD5231B) is known color: Harley Davidson Orange. HEX triplet: D5, 23 and 1B. RGB value is (213,35,27). Sum of RGB (Red+Green+Blue) = 213+35+27=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5231B is #2ADCE4. Grayscale: #575757. Windows color (decimal): -2809061 or 1778645. OLE color: 1778645.

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

Color convert

RGB 213 35 27 -
CMYK 0 0.84 0.87 0.16
HSL 2.58º 0.78% 0.47% -
HSV(B) 2.58º 0.87% 0.84% -
XYZ 28.24 15.43 2.53 -
YUV 87.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 213 35 27 0 0.84 0.87 0.16 2.58 0.78 0.47
Hex D5 23 1B 0 54 57 10 3 4E 2F
Octal 325 43 33 0 124 127 20 3 116 57
Binary 11010101 100011 11011 0 1010100 1010111 10000 11 1001110 101111

Color Harmonies of #D5231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5231B

Black with #D5231B

Text Example


Text Example

White with #D5231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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