Html Css Color HEX #DA241C Harley Davidson Orange

📋 copy color: '#DA241C'

red 218 ◦ green 36 ◦ blue 28

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

Shades of Harley Davidson Orange #DA241C

Tints of Harley Davidson Orange #DA241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 77.3%
G = 12.77%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA241C (or 0xDA241C) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 1C. RGB value is (218,36,28). Sum of RGB (Red+Green+Blue) = 218+36+28=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA241C is #25DBE3. Grayscale: #595959. Windows color (decimal): -2481124 or 1844442. OLE color: 1844442.

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

Color convert

RGB 218 36 28 -
CMYK 0 0.83 0.87 0.15
HSL 2.53º 0.77% 0.48% -
HSV(B) 2.53º 0.87% 0.85% -
XYZ 29.75 16.25 2.67 -
YUV 89.51 93.3 219.65 -
System Red Green Blue C M Y K H S L
Decimal 218 36 28 0 0.83 0.87 0.15 2.53 0.77 0.48
Hex DA 24 1C 0 53 57 F 3 4D 30
Octal 332 44 34 0 123 127 17 3 115 60
Binary 11011010 100100 11100 0 1010011 1010111 1111 11 1001101 110000

Color Harmonies of #DA241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA241C

Black with #DA241C

Text Example


Text Example

White with #DA241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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