Html Css Color HEX #D4341F Harley Davidson Orange

📋 copy color: '#D4341F'

red 212 ◦ green 52 ◦ blue 31

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

Shades of Harley Davidson Orange #D4341F

Tints of Harley Davidson Orange #D4341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 71.86%
G = 17.63%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4341F (or 0xD4341F) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 1F. RGB value is (212,52,31). Sum of RGB (Red+Green+Blue) = 212+52+31=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4341F is #2BCBE0. Grayscale: #616161. Windows color (decimal): -2870241 or 2045140. OLE color: 2045140.

HSL color Cylindrical-coordinate representation of color #D4341F: hue angle of 6.96º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4341F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 52 31 -
CMYK 0 0.75 0.85 0.17
HSL 6.96º 0.74% 0.48% -
HSV(B) 6.96º 0.85% 0.83% -
XYZ 28.63 16.55 2.98 -
YUV 97.45 90.51 209.71 -
System Red Green Blue C M Y K H S L
Decimal 212 52 31 0 0.75 0.85 0.17 6.96 0.74 0.48
Hex D4 34 1F 0 4B 55 11 7 4A 30
Octal 324 64 37 0 113 125 21 7 112 60
Binary 11010100 110100 11111 0 1001011 1010101 10001 111 1001010 110000

Color Harmonies of #D4341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4341F

Black with #D4341F

Text Example


Text Example

White with #D4341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4341F; }

 p { color: rgb(212,52,31); }

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

background-color css

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

 a { background-color: rgb(212,52,31); }

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

border-color css

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

 span { border-color: rgb(212,52,31); }

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