Html Css Color HEX #DB231E Harley Davidson Orange

📋 copy color: '#DB231E'

red 219 ◦ green 35 ◦ blue 30

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

Shades of Harley Davidson Orange #DB231E

Tints of Harley Davidson Orange #DB231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 77.11%
G = 12.32%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB231E (or 0xDB231E) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 1E. RGB value is (219,35,30). Sum of RGB (Red+Green+Blue) = 219+35+30=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB231E is #24DCE1. Grayscale: #595959. Windows color (decimal): -2415842 or 1975259. OLE color: 1975259.

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

Color convert

RGB 219 35 30 -
CMYK 0 0.84 0.86 0.14
HSL 1.59º 0.76% 0.49% -
HSV(B) 1.59º 0.86% 0.86% -
XYZ 30.05 16.36 2.8 -
YUV 89.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 219 35 30 0 0.84 0.86 0.14 1.59 0.76 0.49
Hex DB 23 1E 0 54 56 E 2 4C 31
Octal 333 43 36 0 124 126 16 2 114 61
Binary 11011011 100011 11110 0 1010100 1010110 1110 10 1001100 110001

Color Harmonies of #DB231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB231E

Black with #DB231E

Text Example


Text Example

White with #DB231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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