Html Css Color HEX #D0241B Harley Davidson Orange

📋 copy color: '#D0241B'

red 208 ◦ green 36 ◦ blue 27

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

Shades of Harley Davidson Orange #D0241B

Tints of Harley Davidson Orange #D0241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 76.75%
G = 13.28%
B = 9.96%

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

#D0241B (or 0xD0241B) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 1B. RGB value is (208,36,27). Sum of RGB (Red+Green+Blue) = 208+36+27=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0241B is #2FDBE4. Grayscale: #565656. Windows color (decimal): -3136485 or 1778896. OLE color: 1778896.

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

Color convert

RGB 208 36 27 -
CMYK 0 0.83 0.87 0.18
HSL 2.98º 0.77% 0.46% -
HSV(B) 2.98º 0.87% 0.82% -
XYZ 26.84 14.75 2.47 -
YUV 86.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 208 36 27 0 0.83 0.87 0.18 2.98 0.77 0.46
Hex D0 24 1B 0 53 57 12 3 4D 2E
Octal 320 44 33 0 123 127 22 3 115 56
Binary 11010000 100100 11011 0 1010011 1010111 10010 11 1001101 101110

Color Harmonies of #D0241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0241B

Black with #D0241B

Text Example


Text Example

White with #D0241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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