Html Css Color HEX #DA331C Harley Davidson Orange

📋 copy color: '#DA331C'

red 218 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #DA331C

Tints of Harley Davidson Orange #DA331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 73.4%
G = 17.17%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA331C (or 0xDA331C) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 1C. RGB value is (218,51,28). Sum of RGB (Red+Green+Blue) = 218+51+28=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA331C is #25CCE3. Grayscale: #626262. Windows color (decimal): -2477284 or 1848282. OLE color: 1848282.

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

Color convert

RGB 218 51 28 -
CMYK 0 0.77 0.87 0.15
HSL 7.26º 0.77% 0.48% -
HSV(B) 7.26º 0.87% 0.85% -
XYZ 30.31 17.36 2.85 -
YUV 98.31 88.33 213.37 -
System Red Green Blue C M Y K H S L
Decimal 218 51 28 0 0.77 0.87 0.15 7.26 0.77 0.48
Hex DA 33 1C 0 4D 57 F 7 4D 30
Octal 332 63 34 0 115 127 17 7 115 60
Binary 11011010 110011 11100 0 1001101 1010111 1111 111 1001101 110000

Color Harmonies of #DA331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA331C

Black with #DA331C

Text Example


Text Example

White with #DA331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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