Html Css Color HEX #D4331A Harley Davidson Orange

📋 copy color: '#D4331A'

red 212 ◦ green 51 ◦ blue 26

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

Shades of Harley Davidson Orange #D4331A

Tints of Harley Davidson Orange #D4331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 73.36%
G = 17.65%
B = 9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4331A (or 0xD4331A) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 1A. RGB value is (212,51,26). Sum of RGB (Red+Green+Blue) = 212+51+26=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4331A is #2BCCE5. Grayscale: #606060. Windows color (decimal): -2870502 or 1717204. OLE color: 1717204.

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

Color convert

RGB 212 51 26 -
CMYK 0 0.76 0.88 0.17
HSL 8.06º 0.78% 0.47% -
HSV(B) 8.06º 0.88% 0.83% -
XYZ 28.52 16.44 2.65 -
YUV 96.29 88.34 210.53 -
System Red Green Blue C M Y K H S L
Decimal 212 51 26 0 0.76 0.88 0.17 8.06 0.78 0.47
Hex D4 33 1A 0 4C 58 11 8 4E 2F
Octal 324 63 32 0 114 130 21 10 116 57
Binary 11010100 110011 11010 0 1001100 1011000 10001 1000 1001110 101111

Color Harmonies of #D4331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4331A

Black with #D4331A

Text Example


Text Example

White with #D4331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4331A; }

 p { color: rgb(212,51,26); }

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

background-color css

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

 a { background-color: rgb(212,51,26); }

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

border-color css

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

 span { border-color: rgb(212,51,26); }

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