Html Css Color HEX #D0241C Harley Davidson Orange

📋 copy color: '#D0241C'

red 208 ◦ green 36 ◦ blue 28

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

Shades of Harley Davidson Orange #D0241C

Tints of Harley Davidson Orange #D0241C

RGB

 RED value IS 208 (81.64% from 255) = 76.47%

 GREEN value IS 36 (14.45% from 255) = 13.24%

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

R = 76.47%
G = 13.24%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0241C (or 0xD0241C) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 1C. RGB value is (208,36,28). Sum of RGB (Red+Green+Blue) = 208+36+28=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D0241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0241C is #2FDBE3. Grayscale: #565656. Windows color (decimal): -3136484 or 1844432. OLE color: 1844432.

HSL color Cylindrical-coordinate representation of color #D0241C: hue angle of 2.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0241C is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 28 -
CMYK 0 0.83 0.87 0.18
HSL 2.67º 0.76% 0.46% -
HSV(B) 2.67º 0.87% 0.82% -
XYZ 26.85 14.76 2.53 -
YUV 86.52 94.98 214.65 -
System Red Green Blue C M Y K H S L
Decimal 208 36 28 0 0.83 0.87 0.18 2.67 0.76 0.46
Hex D0 24 1C 0 53 57 12 3 4C 2E
Octal 320 44 34 0 123 127 22 3 114 56
Binary 11010000 100100 11100 0 1010011 1010111 10010 11 1001100 101110

Color Harmonies of #D0241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0241C

Black with #D0241C

Text Example


Text Example

White with #D0241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0241C; }

 p { color: rgb(208,36,28); }

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

background-color css

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

 a { background-color: rgb(208,36,28); }

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

border-color css

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

 span { border-color: rgb(208,36,28); }

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