Html Css Color HEX #D3241D Harley Davidson Orange

📋 copy color: '#D3241D'

red 211 ◦ green 36 ◦ blue 29

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

Shades of Harley Davidson Orange #D3241D

Tints of Harley Davidson Orange #D3241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 76.45%
G = 13.04%
B = 10.51%

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

#D3241D (or 0xD3241D) is known color: Harley Davidson Orange. HEX triplet: D3, 24 and 1D. RGB value is (211,36,29). Sum of RGB (Red+Green+Blue) = 211+36+29=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D3241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3241D is #2CDBE2. Grayscale: #575757. Windows color (decimal): -2939875 or 1909971. OLE color: 1909971.

HSL color Cylindrical-coordinate representation of color #D3241D: hue angle of 2.31º degrees, saturation: 0.76, 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 #D3241D is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 29 -
CMYK 0 0.83 0.86 0.17
HSL 2.31º 0.76% 0.47% -
HSV(B) 2.31º 0.86% 0.83% -
XYZ 27.72 15.2 2.64 -
YUV 87.53 94.98 216.07 -
System Red Green Blue C M Y K H S L
Decimal 211 36 29 0 0.83 0.86 0.17 2.31 0.76 0.47
Hex D3 24 1D 0 53 56 11 2 4C 2F
Octal 323 44 35 0 123 126 21 2 114 57
Binary 11010011 100100 11101 0 1010011 1010110 10001 10 1001100 101111

Color Harmonies of #D3241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3241D

Black with #D3241D

Text Example


Text Example

White with #D3241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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