Html Css Color HEX #D7430F Harley Davidson Orange

📋 copy color: '#D7430F'

red 215 ◦ green 67 ◦ blue 15

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

Shades of Harley Davidson Orange #D7430F

Tints of Harley Davidson Orange #D7430F

RGB

 RED value IS 215 (84.38% from 255) = 72.39%

 GREEN value IS 67 (26.56% from 255) = 22.56%

 BLUE value IS 15 (6.25% from 255) = 5.05%

R = 72.39%
G = 22.56%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7430F (or 0xD7430F) is known color: Harley Davidson Orange. HEX triplet: D7, 43 and 0F. RGB value is (215,67,15). Sum of RGB (Red+Green+Blue) = 215+67+15=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D7430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7430F is #28BCF0. Grayscale: #696969. Windows color (decimal): -2669809 or 1000407. OLE color: 1000407.

HSL color Cylindrical-coordinate representation of color #D7430F: hue angle of 15.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7430F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 67 15 -
CMYK 0 0.69 0.93 0.16
HSL 15.6º 0.87% 0.45% -
HSV(B) 15.6º 0.93% 0.84% -
XYZ 30.12 18.5 2.43 -
YUV 105.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 215 67 15 0 0.69 0.93 0.16 15.6 0.87 0.45
Hex D7 43 F 0 45 5D 10 10 57 2D
Octal 327 103 17 0 105 135 20 20 127 55
Binary 11010111 1000011 1111 0 1000101 1011101 10000 10000 1010111 101101

Color Harmonies of #D7430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7430F

Black with #D7430F

Text Example


Text Example

White with #D7430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7430F; }

 p { color: rgb(215,67,15); }

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

background-color css

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

 a { background-color: rgb(215,67,15); }

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

border-color css

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

 span { border-color: rgb(215,67,15); }

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