Html Css Color HEX #DB4212 Harley Davidson Orange

📋 copy color: '#DB4212'

red 219 ◦ green 66 ◦ blue 18

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

Shades of Harley Davidson Orange #DB4212

Tints of Harley Davidson Orange #DB4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 72.28%
G = 21.78%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB4212 (or 0xDB4212) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 12. RGB value is (219,66,18). Sum of RGB (Red+Green+Blue) = 219+66+18=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4212 is #24BDED. Grayscale: #6A6A6A. Windows color (decimal): -2407918 or 1196763. OLE color: 1196763.

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

Color convert

RGB 219 66 18 -
CMYK 0 0.70 0.92 0.14
HSL 14.33º 0.85% 0.46% -
HSV(B) 14.33º 0.92% 0.86% -
XYZ 31.27 19 2.59 -
YUV 106.28 78.19 208.4 -
System Red Green Blue C M Y K H S L
Decimal 219 66 18 0 0.70 0.92 0.14 14.33 0.85 0.46
Hex DB 42 12 0 46 5C E E 55 2E
Octal 333 102 22 0 106 134 16 16 125 56
Binary 11011011 1000010 10010 0 1000110 1011100 1110 1110 1010101 101110

Color Harmonies of #DB4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4212

Black with #DB4212

Text Example


Text Example

White with #DB4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4212; }

 p { color: rgb(219,66,18); }

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

background-color css

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

 a { background-color: rgb(219,66,18); }

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

border-color css

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

 span { border-color: rgb(219,66,18); }

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