Html Css Color HEX #DA431A Harley Davidson Orange

📋 copy color: '#DA431A'

red 218 ◦ green 67 ◦ blue 26

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

Shades of Harley Davidson Orange #DA431A

Tints of Harley Davidson Orange #DA431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.54%

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

R = 70.1%
G = 21.54%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA431A (or 0xDA431A) is known color: Harley Davidson Orange. HEX triplet: DA, 43 and 1A. RGB value is (218,67,26). Sum of RGB (Red+Green+Blue) = 218+67+26=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA431A is #25BCE5. Grayscale: #6B6B6B. Windows color (decimal): -2473190 or 1721306. OLE color: 1721306.

HSL color Cylindrical-coordinate representation of color #DA431A: hue angle of 12.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 #DA431A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 67 26 -
CMYK 0 0.69 0.88 0.15
HSL 12.81º 0.79% 0.48% -
HSV(B) 12.81º 0.88% 0.85% -
XYZ 31.11 18.99 3 -
YUV 107.48 82.03 206.83 -
System Red Green Blue C M Y K H S L
Decimal 218 67 26 0 0.69 0.88 0.15 12.81 0.79 0.48
Hex DA 43 1A 0 45 58 F D 4F 30
Octal 332 103 32 0 105 130 17 15 117 60
Binary 11011010 1000011 11010 0 1000101 1011000 1111 1101 1001111 110000

Color Harmonies of #DA431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA431A

Black with #DA431A

Text Example


Text Example

White with #DA431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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