Html Css Color HEX #DA241B Harley Davidson Orange

📋 copy color: '#DA241B'

red 218 ◦ green 36 ◦ blue 27

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

Shades of Harley Davidson Orange #DA241B

Tints of Harley Davidson Orange #DA241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 77.58%
G = 12.81%
B = 9.61%

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

#DA241B (or 0xDA241B) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 1B. RGB value is (218,36,27). Sum of RGB (Red+Green+Blue) = 218+36+27=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA241B is #25DBE4. Grayscale: #595959. Windows color (decimal): -2481125 or 1778906. OLE color: 1778906.

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

Color convert

RGB 218 36 27 -
CMYK 0 0.83 0.88 0.15
HSL 2.83º 0.78% 0.48% -
HSV(B) 2.83º 0.88% 0.85% -
XYZ 29.74 16.25 2.61 -
YUV 89.39 92.8 219.73 -
System Red Green Blue C M Y K H S L
Decimal 218 36 27 0 0.83 0.88 0.15 2.83 0.78 0.48
Hex DA 24 1B 0 53 58 F 3 4E 30
Octal 332 44 33 0 123 130 17 3 116 60
Binary 11011010 100100 11011 0 1010011 1011000 1111 11 1001110 110000

Color Harmonies of #DA241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA241B

Black with #DA241B

Text Example


Text Example

White with #DA241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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