Html Css Color HEX #DA331F Harley Davidson Orange

📋 copy color: '#DA331F'

red 218 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #DA331F

Tints of Harley Davidson Orange #DA331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 72.67%
G = 17%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA331F (or 0xDA331F) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 1F. RGB value is (218,51,31). Sum of RGB (Red+Green+Blue) = 218+51+31=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA331F is #25CCE0. Grayscale: #626262. Windows color (decimal): -2477281 or 2044890. OLE color: 2044890.

HSL color Cylindrical-coordinate representation of color #DA331F: hue angle of 6.42º degrees, saturation: 0.75, 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 #DA331F is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 51 31 -
CMYK 0 0.77 0.86 0.15
HSL 6.42º 0.75% 0.49% -
HSV(B) 6.42º 0.86% 0.85% -
XYZ 30.34 17.37 3.05 -
YUV 98.65 89.83 213.13 -
System Red Green Blue C M Y K H S L
Decimal 218 51 31 0 0.77 0.86 0.15 6.42 0.75 0.49
Hex DA 33 1F 0 4D 56 F 6 4B 31
Octal 332 63 37 0 115 126 17 6 113 61
Binary 11011010 110011 11111 0 1001101 1010110 1111 110 1001011 110001

Color Harmonies of #DA331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA331F

Black with #DA331F

Text Example


Text Example

White with #DA331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA331F; }

 p { color: rgb(218,51,31); }

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

background-color css

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

 a { background-color: rgb(218,51,31); }

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

border-color css

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

 span { border-color: rgb(218,51,31); }

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