Html Css Color HEX #D42F07 Harley Davidson Orange

📋 copy color: '#D42F07'

red 212 ◦ green 47 ◦ blue 7

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

Shades of Harley Davidson Orange #D42F07

Tints of Harley Davidson Orange #D42F07

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

 BLUE value IS 7 (3.13% from 255) = 2.63%

R = 79.7%
G = 17.67%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D42F07 (or 0xD42F07) is known color: Harley Davidson Orange. HEX triplet: D4, 2F and 07. RGB value is (212,47,7). Sum of RGB (Red+Green+Blue) = 212+47+7=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42F07 is #2BD0F8. Grayscale: #5C5C5C. Windows color (decimal): -2871545 or 470996. OLE color: 470996.

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

Color convert

RGB 212 47 7 -
CMYK 0 0.78 0.97 0.17
HSL 11.71º 0.94% 0.43% -
HSV(B) 11.71º 0.97% 0.83% -
XYZ 28.21 16.05 1.81 -
YUV 91.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 212 47 7 0 0.78 0.97 0.17 11.71 0.94 0.43
Hex D4 2F 7 0 4E 61 11 C 5E 2B
Octal 324 57 7 0 116 141 21 14 136 53
Binary 11010100 101111 111 0 1001110 1100001 10001 1100 1011110 101011

Color Harmonies of #D42F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42F07

Black with #D42F07

Text Example


Text Example

White with #D42F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42F07; }

 p { color: rgb(212,47,7); }

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

background-color css

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

 a { background-color: rgb(212,47,7); }

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

border-color css

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

 span { border-color: rgb(212,47,7); }

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