Html Css Color HEX #DB430F Harley Davidson Orange

📋 copy color: '#DB430F'

red 219 ◦ green 67 ◦ blue 15

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

Shades of Harley Davidson Orange #DB430F

Tints of Harley Davidson Orange #DB430F

RGB

 RED value IS 219 (85.94% from 255) = 72.76%

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

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

R = 72.76%
G = 22.26%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB430F (or 0xDB430F) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 0F. RGB value is (219,67,15). Sum of RGB (Red+Green+Blue) = 219+67+15=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB430F is #24BCF0. Grayscale: #6A6A6A. Windows color (decimal): -2407665 or 1000411. OLE color: 1000411.

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

Color convert

RGB 219 67 15 -
CMYK 0 0.69 0.93 0.14
HSL 15.29º 0.87% 0.46% -
HSV(B) 15.29º 0.93% 0.86% -
XYZ 31.31 19.11 2.49 -
YUV 106.52 76.36 208.23 -
System Red Green Blue C M Y K H S L
Decimal 219 67 15 0 0.69 0.93 0.14 15.29 0.87 0.46
Hex DB 43 F 0 45 5D E F 57 2E
Octal 333 103 17 0 105 135 16 17 127 56
Binary 11011011 1000011 1111 0 1000101 1011101 1110 1111 1010111 101110

Color Harmonies of #DB430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB430F

Black with #DB430F

Text Example


Text Example

White with #DB430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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