Html Css Color HEX #D5241B Harley Davidson Orange

📋 copy color: '#D5241B'

red 213 ◦ green 36 ◦ blue 27

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

Shades of Harley Davidson Orange #D5241B

Tints of Harley Davidson Orange #D5241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

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

R = 77.17%
G = 13.04%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5241B (or 0xD5241B) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 1B. RGB value is (213,36,27). Sum of RGB (Red+Green+Blue) = 213+36+27=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5241B is #2ADBE4. Grayscale: #585858. Windows color (decimal): -2808805 or 1778901. OLE color: 1778901.

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

Color convert

RGB 213 36 27 -
CMYK 0 0.83 0.87 0.16
HSL 2.9º 0.78% 0.47% -
HSV(B) 2.9º 0.87% 0.84% -
XYZ 28.27 15.49 2.54 -
YUV 87.9 93.64 217.23 -
System Red Green Blue C M Y K H S L
Decimal 213 36 27 0 0.83 0.87 0.16 2.9 0.78 0.47
Hex D5 24 1B 0 53 57 10 3 4E 2F
Octal 325 44 33 0 123 127 20 3 116 57
Binary 11010101 100100 11011 0 1010011 1010111 10000 11 1001110 101111

Color Harmonies of #D5241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5241B

Black with #D5241B

Text Example


Text Example

White with #D5241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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