Html Css Color HEX #D5331B Harley Davidson Orange

📋 copy color: '#D5331B'

red 213 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #D5331B

Tints of Harley Davidson Orange #D5331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

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

R = 73.2%
G = 17.53%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5331B (or 0xD5331B) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 1B. RGB value is (213,51,27). Sum of RGB (Red+Green+Blue) = 213+51+27=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5331B is #2ACCE4. Grayscale: #606060. Windows color (decimal): -2804965 or 1782741. OLE color: 1782741.

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

Color convert

RGB 213 51 27 -
CMYK 0 0.76 0.87 0.16
HSL 7.74º 0.78% 0.47% -
HSV(B) 7.74º 0.87% 0.84% -
XYZ 28.82 16.59 2.72 -
YUV 96.7 88.67 210.95 -
System Red Green Blue C M Y K H S L
Decimal 213 51 27 0 0.76 0.87 0.16 7.74 0.78 0.47
Hex D5 33 1B 0 4C 57 10 8 4E 2F
Octal 325 63 33 0 114 127 20 10 116 57
Binary 11010101 110011 11011 0 1001100 1010111 10000 1000 1001110 101111

Color Harmonies of #D5331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5331B

Black with #D5331B

Text Example


Text Example

White with #D5331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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