Html Css Color HEX #D4261E Harley Davidson Orange

📋 copy color: '#D4261E'

red 212 ◦ green 38 ◦ blue 30

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

Shades of Harley Davidson Orange #D4261E

Tints of Harley Davidson Orange #D4261E

RGB

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

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

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

R = 75.71%
G = 13.57%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4261E (or 0xD4261E) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 1E. RGB value is (212,38,30). Sum of RGB (Red+Green+Blue) = 212+38+30=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4261E is #2BD9E1. Grayscale: #595959. Windows color (decimal): -2873826 or 1976020. OLE color: 1976020.

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

Color convert

RGB 212 38 30 -
CMYK 0 0.82 0.86 0.17
HSL 2.64º 0.75% 0.47% -
HSV(B) 2.64º 0.86% 0.83% -
XYZ 28.08 15.48 2.74 -
YUV 89.11 94.65 215.65 -
System Red Green Blue C M Y K H S L
Decimal 212 38 30 0 0.82 0.86 0.17 2.64 0.75 0.47
Hex D4 26 1E 0 52 56 11 3 4B 2F
Octal 324 46 36 0 122 126 21 3 113 57
Binary 11010100 100110 11110 0 1010010 1010110 10001 11 1001011 101111

Color Harmonies of #D4261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4261E

Black with #D4261E

Text Example


Text Example

White with #D4261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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