Html Css Color HEX #D3241E Harley Davidson Orange

📋 copy color: '#D3241E'

red 211 ◦ green 36 ◦ blue 30

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

Shades of Harley Davidson Orange #D3241E

Tints of Harley Davidson Orange #D3241E

RGB

 RED value IS 211 (82.81% from 255) = 76.17%

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

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 76.17%
G = 13%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3241E (or 0xD3241E) is known color: Harley Davidson Orange. HEX triplet: D3, 24 and 1E. RGB value is (211,36,30). Sum of RGB (Red+Green+Blue) = 211+36+30=277 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.17% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 211 - color contains mainly: red. Hex color #D3241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3241E is #2CDBE1. Grayscale: #575757. Windows color (decimal): -2939874 or 1975507. OLE color: 1975507.

HSL color Cylindrical-coordinate representation of color #D3241E: hue angle of 1.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3241E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 30 -
CMYK 0 0.83 0.86 0.17
HSL 1.99º 0.75% 0.47% -
HSV(B) 1.99º 0.86% 0.83% -
XYZ 27.73 15.2 2.7 -
YUV 87.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 211 36 30 0 0.83 0.86 0.17 1.99 0.75 0.47
Hex D3 24 1E 0 53 56 11 2 4B 2F
Octal 323 44 36 0 123 126 21 2 113 57
Binary 11010011 100100 11110 0 1010011 1010110 10001 10 1001011 101111

Color Harmonies of #D3241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3241E

Black with #D3241E

Text Example


Text Example

White with #D3241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3241E; }

 p { color: rgb(211,36,30); }

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

background-color css

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

 a { background-color: rgb(211,36,30); }

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

border-color css

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

 span { border-color: rgb(211,36,30); }

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