Html Css Color HEX #DB230D Harley Davidson Orange

📋 copy color: '#DB230D'

red 219 ◦ green 35 ◦ blue 13

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

Shades of Harley Davidson Orange #DB230D

Tints of Harley Davidson Orange #DB230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 82.02%
G = 13.11%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB230D (or 0xDB230D) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 0D. RGB value is (219,35,13). Sum of RGB (Red+Green+Blue) = 219+35+13=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB230D is #24DCF2. Grayscale: #575757. Windows color (decimal): -2415859 or 861147. OLE color: 861147.

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

Color convert

RGB 219 35 13 -
CMYK 0 0.84 0.94 0.14
HSL 6.41º 0.89% 0.45% -
HSV(B) 6.41º 0.94% 0.86% -
XYZ 29.89 16.29 1.95 -
YUV 87.51 85.96 221.79 -
System Red Green Blue C M Y K H S L
Decimal 219 35 13 0 0.84 0.94 0.14 6.41 0.89 0.45
Hex DB 23 D 0 54 5E E 6 59 2D
Octal 333 43 15 0 124 136 16 6 131 55
Binary 11011011 100011 1101 0 1010100 1011110 1110 110 1011001 101101

Color Harmonies of #DB230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB230D

Black with #DB230D

Text Example


Text Example

White with #DB230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB230D; }

 p { color: rgb(219,35,13); }

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

background-color css

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

 a { background-color: rgb(219,35,13); }

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

border-color css

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

 span { border-color: rgb(219,35,13); }

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