Html Css Color HEX #D42704 Harley Davidson Orange

📋 copy color: '#D42704'

red 212 ◦ green 39 ◦ blue 4

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

Shades of Harley Davidson Orange #D42704

Tints of Harley Davidson Orange #D42704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 83.14%
G = 15.29%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D42704 (or 0xD42704) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 04. RGB value is (212,39,4). Sum of RGB (Red+Green+Blue) = 212+39+4=255 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.14% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 212 - color contains mainly: red. Hex color #D42704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42704 is #2BD8FB. Grayscale: #575757. Windows color (decimal): -2873596 or 272340. OLE color: 272340.

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

Color convert

RGB 212 39 4 -
CMYK 0 0.82 0.98 0.17
HSL 10.1º 0.96% 0.42% -
HSV(B) 10.1º 0.98% 0.83% -
XYZ 27.9 15.46 1.63 -
YUV 86.74 81.31 217.35 -
System Red Green Blue C M Y K H S L
Decimal 212 39 4 0 0.82 0.98 0.17 10.1 0.96 0.42
Hex D4 27 4 0 52 62 11 A 60 2A
Octal 324 47 4 0 122 142 21 12 140 52
Binary 11010100 100111 100 0 1010010 1100010 10001 1010 1100000 101010

Color Harmonies of #D42704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42704

Black with #D42704

Text Example


Text Example

White with #D42704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42704; }

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

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

background-color css

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

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

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

border-color css

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

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

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