Html Css Color HEX #D0231D Harley Davidson Orange

📋 copy color: '#D0231D'

red 208 ◦ green 35 ◦ blue 29

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

Shades of Harley Davidson Orange #D0231D

Tints of Harley Davidson Orange #D0231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 76.47%
G = 12.87%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0231D (or 0xD0231D) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 1D. RGB value is (208,35,29). Sum of RGB (Red+Green+Blue) = 208+35+29=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D0231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0231D is #2FDCE2. Grayscale: #565656. Windows color (decimal): -3136739 or 1909712. OLE color: 1909712.

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

Color convert

RGB 208 35 29 -
CMYK 0 0.83 0.86 0.18
HSL 2.01º 0.76% 0.46% -
HSV(B) 2.01º 0.86% 0.82% -
XYZ 26.84 14.7 2.59 -
YUV 86.04 95.81 214.99 -
System Red Green Blue C M Y K H S L
Decimal 208 35 29 0 0.83 0.86 0.18 2.01 0.76 0.46
Hex D0 23 1D 0 53 56 12 2 4C 2E
Octal 320 43 35 0 123 126 22 2 114 56
Binary 11010000 100011 11101 0 1010011 1010110 10010 10 1001100 101110

Color Harmonies of #D0231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0231D

Black with #D0231D

Text Example


Text Example

White with #D0231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0231D; }

 p { color: rgb(208,35,29); }

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

background-color css

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

 a { background-color: rgb(208,35,29); }

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

border-color css

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

 span { border-color: rgb(208,35,29); }

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