Html Css Color HEX #DA230E Harley Davidson Orange

📋 copy color: '#DA230E'

red 218 ◦ green 35 ◦ blue 14

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

Shades of Harley Davidson Orange #DA230E

Tints of Harley Davidson Orange #DA230E

RGB

 RED value IS 218 (85.55% from 255) = 81.65%

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

 BLUE value IS 14 (5.86% from 255) = 5.24%

R = 81.65%
G = 13.11%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA230E (or 0xDA230E) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 0E. RGB value is (218,35,14). Sum of RGB (Red+Green+Blue) = 218+35+14=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA230E is #25DCF1. Grayscale: #575757. Windows color (decimal): -2481394 or 926682. OLE color: 926682.

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

Color convert

RGB 218 35 14 -
CMYK 0 0.84 0.94 0.15
HSL 6.18º 0.88% 0.45% -
HSV(B) 6.18º 0.94% 0.85% -
XYZ 29.59 16.14 1.97 -
YUV 87.32 86.63 221.21 -
System Red Green Blue C M Y K H S L
Decimal 218 35 14 0 0.84 0.94 0.15 6.18 0.88 0.45
Hex DA 23 E 0 54 5E F 6 58 2D
Octal 332 43 16 0 124 136 17 6 130 55
Binary 11011010 100011 1110 0 1010100 1011110 1111 110 1011000 101101

Color Harmonies of #DA230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA230E

Black with #DA230E

Text Example


Text Example

White with #DA230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA230E; }

 p { color: rgb(218,35,14); }

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

background-color css

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

 a { background-color: rgb(218,35,14); }

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

border-color css

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

 span { border-color: rgb(218,35,14); }

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