Html Css Color HEX #DA261B Harley Davidson Orange

📋 copy color: '#DA261B'

red 218 ◦ green 38 ◦ blue 27

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

Shades of Harley Davidson Orange #DA261B

Tints of Harley Davidson Orange #DA261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 77.03%
G = 13.43%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA261B (or 0xDA261B) is known color: Harley Davidson Orange. HEX triplet: DA, 26 and 1B. RGB value is (218,38,27). Sum of RGB (Red+Green+Blue) = 218+38+27=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA261B is #25D9E4. Grayscale: #5A5A5A. Windows color (decimal): -2480613 or 1779418. OLE color: 1779418.

HSL color Cylindrical-coordinate representation of color #DA261B: hue angle of 3.46º degrees, saturation: 0.78, 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 #DA261B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 27 -
CMYK 0 0.83 0.88 0.15
HSL 3.46º 0.78% 0.48% -
HSV(B) 3.46º 0.88% 0.85% -
XYZ 29.8 16.37 2.63 -
YUV 90.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 218 38 27 0 0.83 0.88 0.15 3.46 0.78 0.48
Hex DA 26 1B 0 53 58 F 3 4E 30
Octal 332 46 33 0 123 130 17 3 116 60
Binary 11011010 100110 11011 0 1010011 1011000 1111 11 1001110 110000

Color Harmonies of #DA261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA261B

Black with #DA261B

Text Example


Text Example

White with #DA261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA261B; }

 p { color: rgb(218,38,27); }

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

background-color css

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

 a { background-color: rgb(218,38,27); }

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

border-color css

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

 span { border-color: rgb(218,38,27); }

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