Html Css Color HEX #DA231A Harley Davidson Orange

📋 copy color: '#DA231A'

red 218 ◦ green 35 ◦ blue 26

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

Shades of Harley Davidson Orange #DA231A

Tints of Harley Davidson Orange #DA231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 78.14%
G = 12.54%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA231A (or 0xDA231A) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 1A. RGB value is (218,35,26). Sum of RGB (Red+Green+Blue) = 218+35+26=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA231A is #25DCE5. Grayscale: #585858. Windows color (decimal): -2481382 or 1713114. OLE color: 1713114.

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

Color convert

RGB 218 35 26 -
CMYK 0 0.84 0.88 0.15
HSL 2.81º 0.79% 0.48% -
HSV(B) 2.81º 0.88% 0.85% -
XYZ 29.7 16.18 2.54 -
YUV 88.69 92.63 220.23 -
System Red Green Blue C M Y K H S L
Decimal 218 35 26 0 0.84 0.88 0.15 2.81 0.79 0.48
Hex DA 23 1A 0 54 58 F 3 4F 30
Octal 332 43 32 0 124 130 17 3 117 60
Binary 11011010 100011 11010 0 1010100 1011000 1111 11 1001111 110000

Color Harmonies of #DA231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA231A

Black with #DA231A

Text Example


Text Example

White with #DA231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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