Html Css Color HEX #D4271A Harley Davidson Orange

📋 copy color: '#D4271A'

red 212 ◦ green 39 ◦ blue 26

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

Shades of Harley Davidson Orange #D4271A

Tints of Harley Davidson Orange #D4271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

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

R = 76.53%
G = 14.08%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4271A (or 0xD4271A) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 1A. RGB value is (212,39,26). Sum of RGB (Red+Green+Blue) = 212+39+26=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4271A is #2BD8E5. Grayscale: #595959. Windows color (decimal): -2873574 or 1714132. OLE color: 1714132.

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

Color convert

RGB 212 39 26 -
CMYK 0 0.82 0.88 0.17
HSL 4.19º 0.78% 0.47% -
HSV(B) 4.19º 0.88% 0.83% -
XYZ 28.06 15.52 2.49 -
YUV 89.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 212 39 26 0 0.82 0.88 0.17 4.19 0.78 0.47
Hex D4 27 1A 0 52 58 11 4 4E 2F
Octal 324 47 32 0 122 130 21 4 116 57
Binary 11010100 100111 11010 0 1010010 1011000 10001 100 1001110 101111

Color Harmonies of #D4271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4271A

Black with #D4271A

Text Example


Text Example

White with #D4271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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