Html Css Color HEX #D5231A Harley Davidson Orange

📋 copy color: '#D5231A'

red 213 ◦ green 35 ◦ blue 26

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

Shades of Harley Davidson Orange #D5231A

Tints of Harley Davidson Orange #D5231A

RGB

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

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

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

R = 77.74%
G = 12.77%
B = 9.49%

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

#D5231A (or 0xD5231A) is known color: Harley Davidson Orange. HEX triplet: D5, 23 and 1A. RGB value is (213,35,26). Sum of RGB (Red+Green+Blue) = 213+35+26=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D5231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5231A is #2ADCE5. Grayscale: #575757. Windows color (decimal): -2809062 or 1713109. OLE color: 1713109.

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

Color convert

RGB 213 35 26 -
CMYK 0 0.84 0.88 0.16
HSL 2.89º 0.78% 0.47% -
HSV(B) 2.89º 0.88% 0.84% -
XYZ 28.23 15.42 2.47 -
YUV 87.2 93.47 217.73 -
System Red Green Blue C M Y K H S L
Decimal 213 35 26 0 0.84 0.88 0.16 2.89 0.78 0.47
Hex D5 23 1A 0 54 58 10 3 4E 2F
Octal 325 43 32 0 124 130 20 3 116 57
Binary 11010101 100011 11010 0 1010100 1011000 10000 11 1001110 101111

Color Harmonies of #D5231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5231A

Black with #D5231A

Text Example


Text Example

White with #D5231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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