Html Css Color HEX #DA231C Harley Davidson Orange

📋 copy color: '#DA231C'

red 218 ◦ green 35 ◦ blue 28

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

Shades of Harley Davidson Orange #DA231C

Tints of Harley Davidson Orange #DA231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

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

R = 77.58%
G = 12.46%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA231C (or 0xDA231C) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 1C. RGB value is (218,35,28). Sum of RGB (Red+Green+Blue) = 218+35+28=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA231C is #25DCE3. Grayscale: #595959. Windows color (decimal): -2481380 or 1844186. OLE color: 1844186.

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

Color convert

RGB 218 35 28 -
CMYK 0 0.84 0.87 0.15
HSL 2.21º 0.77% 0.48% -
HSV(B) 2.21º 0.87% 0.85% -
XYZ 29.72 16.19 2.66 -
YUV 88.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 218 35 28 0 0.84 0.87 0.15 2.21 0.77 0.48
Hex DA 23 1C 0 54 57 F 2 4D 30
Octal 332 43 34 0 124 127 17 2 115 60
Binary 11011010 100011 11100 0 1010100 1010111 1111 10 1001101 110000

Color Harmonies of #DA231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA231C

Black with #DA231C

Text Example


Text Example

White with #DA231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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