Html Css Color HEX #DA251E Harley Davidson Orange

📋 copy color: '#DA251E'

red 218 ◦ green 37 ◦ blue 30

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

Shades of Harley Davidson Orange #DA251E

Tints of Harley Davidson Orange #DA251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 76.49%
G = 12.98%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA251E (or 0xDA251E) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 1E. RGB value is (218,37,30). Sum of RGB (Red+Green+Blue) = 218+37+30=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA251E is #25DAE1. Grayscale: #5A5A5A. Windows color (decimal): -2480866 or 1975770. OLE color: 1975770.

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

Color convert

RGB 218 37 30 -
CMYK 0 0.83 0.86 0.15
HSL 2.23º 0.76% 0.49% -
HSV(B) 2.23º 0.86% 0.85% -
XYZ 29.81 16.32 2.81 -
YUV 90.32 93.97 219.07 -
System Red Green Blue C M Y K H S L
Decimal 218 37 30 0 0.83 0.86 0.15 2.23 0.76 0.49
Hex DA 25 1E 0 53 56 F 2 4C 31
Octal 332 45 36 0 123 126 17 2 114 61
Binary 11011010 100101 11110 0 1010011 1010110 1111 10 1001100 110001

Color Harmonies of #DA251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA251E

Black with #DA251E

Text Example


Text Example

White with #DA251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA251E; }

 p { color: rgb(218,37,30); }

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

background-color css

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

 a { background-color: rgb(218,37,30); }

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

border-color css

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

 span { border-color: rgb(218,37,30); }

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