Html Css Color HEX #D4261B Harley Davidson Orange

📋 copy color: '#D4261B'

red 212 ◦ green 38 ◦ blue 27

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

Shades of Harley Davidson Orange #D4261B

Tints of Harley Davidson Orange #D4261B

RGB

 RED value IS 212 (83.2% from 255) = 76.53%

 GREEN value IS 38 (15.23% from 255) = 13.72%

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

R = 76.53%
G = 13.72%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4261B (or 0xD4261B) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 1B. RGB value is (212,38,27). Sum of RGB (Red+Green+Blue) = 212+38+27=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4261B is #2BD9E4. Grayscale: #585858. Windows color (decimal): -2873829 or 1779412. OLE color: 1779412.

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

Color convert

RGB 212 38 27 -
CMYK 0 0.82 0.87 0.17
HSL 3.57º 0.77% 0.47% -
HSV(B) 3.57º 0.87% 0.83% -
XYZ 28.04 15.46 2.54 -
YUV 88.77 93.15 215.89 -
System Red Green Blue C M Y K H S L
Decimal 212 38 27 0 0.82 0.87 0.17 3.57 0.77 0.47
Hex D4 26 1B 0 52 57 11 4 4D 2F
Octal 324 46 33 0 122 127 21 4 115 57
Binary 11010100 100110 11011 0 1010010 1010111 10001 100 1001101 101111

Color Harmonies of #D4261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4261B

Black with #D4261B

Text Example


Text Example

White with #D4261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4261B; }

 p { color: rgb(212,38,27); }

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

background-color css

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

 a { background-color: rgb(212,38,27); }

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

border-color css

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

 span { border-color: rgb(212,38,27); }

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