Html Css Color HEX #DA250C Harley Davidson Orange

📋 copy color: '#DA250C'

red 218 ◦ green 37 ◦ blue 12

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

Shades of Harley Davidson Orange #DA250C

Tints of Harley Davidson Orange #DA250C

RGB

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

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

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

R = 81.65%
G = 13.86%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA250C (or 0xDA250C) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 0C. RGB value is (218,37,12). Sum of RGB (Red+Green+Blue) = 218+37+12=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA250C is #25DAF3. Grayscale: #585858. Windows color (decimal): -2480884 or 796122. OLE color: 796122.

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

Color convert

RGB 218 37 12 -
CMYK 0 0.83 0.94 0.15
HSL 7.28º 0.9% 0.45% -
HSV(B) 7.28º 0.94% 0.85% -
XYZ 29.64 16.26 1.92 -
YUV 88.27 84.97 220.53 -
System Red Green Blue C M Y K H S L
Decimal 218 37 12 0 0.83 0.94 0.15 7.28 0.9 0.45
Hex DA 25 C 0 53 5E F 7 5A 2D
Octal 332 45 14 0 123 136 17 7 132 55
Binary 11011010 100101 1100 0 1010011 1011110 1111 111 1011010 101101

Color Harmonies of #DA250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA250C

Black with #DA250C

Text Example


Text Example

White with #DA250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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