Html Css Color HEX #DA1B0C Harley Davidson Orange

📋 copy color: '#DA1B0C'

red 218 ◦ green 27 ◦ blue 12

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

Shades of Harley Davidson Orange #DA1B0C

Tints of Harley Davidson Orange #DA1B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.51%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 84.82%
G = 10.51%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA1B0C (or 0xDA1B0C) is known color: Harley Davidson Orange. HEX triplet: DA, 1B and 0C. RGB value is (218,27,12). Sum of RGB (Red+Green+Blue) = 218+27+12=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1B0C is #25E4F3. Grayscale: #525252. Windows color (decimal): -2483444 or 793562. OLE color: 793562.

HSL color Cylindrical-coordinate representation of color #DA1B0C: hue angle of 4.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA1B0C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 27 12 -
CMYK 0 0.88 0.94 0.15
HSL 4.37º 0.9% 0.45% -
HSV(B) 4.37º 0.94% 0.85% -
XYZ 29.37 15.72 1.83 -
YUV 82.4 88.28 224.72 -
System Red Green Blue C M Y K H S L
Decimal 218 27 12 0 0.88 0.94 0.15 4.37 0.9 0.45
Hex DA 1B C 0 58 5E F 4 5A 2D
Octal 332 33 14 0 130 136 17 4 132 55
Binary 11011010 11011 1100 0 1011000 1011110 1111 100 1011010 101101

Color Harmonies of #DA1B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B0C

Black with #DA1B0C

Text Example


Text Example

White with #DA1B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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