Html Css Color HEX #DA1D03 Harley Davidson Orange

📋 copy color: '#DA1D03'

red 218 ◦ green 29 ◦ blue 3

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

Shades of Harley Davidson Orange #DA1D03

Tints of Harley Davidson Orange #DA1D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 87.2%
G = 11.6%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA1D03 (or 0xDA1D03) is known color: Harley Davidson Orange. HEX triplet: DA, 1D and 03. RGB value is (218,29,3). Sum of RGB (Red+Green+Blue) = 218+29+3=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1D03 is #25E2FC. Grayscale: #525252. Windows color (decimal): -2482941 or 204250. OLE color: 204250.

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

Color convert

RGB 218 29 3 -
CMYK 0 0.87 0.99 0.15
HSL 7.26º 0.97% 0.43% -
HSV(B) 7.26º 0.99% 0.85% -
XYZ 29.37 15.79 1.59 -
YUV 82.55 83.12 224.61 -
System Red Green Blue C M Y K H S L
Decimal 218 29 3 0 0.87 0.99 0.15 7.26 0.97 0.43
Hex DA 1D 3 0 57 63 F 7 61 2B
Octal 332 35 3 0 127 143 17 7 141 53
Binary 11011010 11101 11 0 1010111 1100011 1111 111 1100001 101011

Color Harmonies of #DA1D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1D03

Black with #DA1D03

Text Example


Text Example

White with #DA1D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1D03; }

 p { color: rgb(218,29,3); }

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

background-color css

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

 a { background-color: rgb(218,29,3); }

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

border-color css

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

 span { border-color: rgb(218,29,3); }

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