Html Css Color HEX #DB400C Harley Davidson Orange

📋 copy color: '#DB400C'

red 219 ◦ green 64 ◦ blue 12

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

Shades of Harley Davidson Orange #DB400C

Tints of Harley Davidson Orange #DB400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.69%

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 74.24%
G = 21.69%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB400C (or 0xDB400C) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 0C. RGB value is (219,64,12). Sum of RGB (Red+Green+Blue) = 219+64+12=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB400C is #24BFF3. Grayscale: #686868. Windows color (decimal): -2408436 or 803035. OLE color: 803035.

HSL color Cylindrical-coordinate representation of color #DB400C: hue angle of 15.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB400C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 64 12 -
CMYK 0 0.71 0.95 0.14
HSL 15.07º 0.9% 0.45% -
HSV(B) 15.07º 0.95% 0.86% -
XYZ 31.11 18.75 2.33 -
YUV 104.42 75.85 209.73 -
System Red Green Blue C M Y K H S L
Decimal 219 64 12 0 0.71 0.95 0.14 15.07 0.9 0.45
Hex DB 40 C 0 47 5F E F 5A 2D
Octal 333 100 14 0 107 137 16 17 132 55
Binary 11011011 1000000 1100 0 1000111 1011111 1110 1111 1011010 101101

Color Harmonies of #DB400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB400C

Black with #DB400C

Text Example


Text Example

White with #DB400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB400C; }

 p { color: rgb(219,64,12); }

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

background-color css

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

 a { background-color: rgb(219,64,12); }

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

border-color css

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

 span { border-color: rgb(219,64,12); }

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