Html Css Color HEX #DA231E Harley Davidson Orange

📋 copy color: '#DA231E'

red 218 ◦ green 35 ◦ blue 30

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

Shades of Harley Davidson Orange #DA231E

Tints of Harley Davidson Orange #DA231E

RGB

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

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

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

R = 77.03%
G = 12.37%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA231E (or 0xDA231E) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 1E. RGB value is (218,35,30). Sum of RGB (Red+Green+Blue) = 218+35+30=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA231E is #25DCE1. Grayscale: #595959. Windows color (decimal): -2481378 or 1975258. OLE color: 1975258.

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

Color convert

RGB 218 35 30 -
CMYK 0 0.84 0.86 0.15
HSL 1.6º 0.76% 0.49% -
HSV(B) 1.6º 0.86% 0.85% -
XYZ 29.75 16.2 2.79 -
YUV 89.15 94.63 219.91 -
System Red Green Blue C M Y K H S L
Decimal 218 35 30 0 0.84 0.86 0.15 1.6 0.76 0.49
Hex DA 23 1E 0 54 56 F 2 4C 31
Octal 332 43 36 0 124 126 17 2 114 61
Binary 11011010 100011 11110 0 1010100 1010110 1111 10 1001100 110001

Color Harmonies of #DA231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA231E

Black with #DA231E

Text Example


Text Example

White with #DA231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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