Html Css Color HEX #D2231A Harley Davidson Orange

📋 copy color: '#D2231A'

red 210 ◦ green 35 ◦ blue 26

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

Shades of Harley Davidson Orange #D2231A

Tints of Harley Davidson Orange #D2231A

RGB

 RED value IS 210 (82.42% from 255) = 77.49%

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

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 77.49%
G = 12.92%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2231A (or 0xD2231A) is known color: Harley Davidson Orange. HEX triplet: D2, 23 and 1A. RGB value is (210,35,26). Sum of RGB (Red+Green+Blue) = 210+35+26=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D2231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2231A is #2DDCE5. Grayscale: #565656. Windows color (decimal): -3005670 or 1713106. OLE color: 1713106.

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

Color convert

RGB 210 35 26 -
CMYK 0 0.83 0.88 0.18
HSL 2.93º 0.78% 0.46% -
HSV(B) 2.93º 0.88% 0.82% -
XYZ 27.37 14.98 2.43 -
YUV 86.3 93.98 216.23 -
System Red Green Blue C M Y K H S L
Decimal 210 35 26 0 0.83 0.88 0.18 2.93 0.78 0.46
Hex D2 23 1A 0 53 58 12 3 4E 2E
Octal 322 43 32 0 123 130 22 3 116 56
Binary 11010010 100011 11010 0 1010011 1011000 10010 11 1001110 101110

Color Harmonies of #D2231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2231A

Black with #D2231A

Text Example


Text Example

White with #D2231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2231A; }

 p { color: rgb(210,35,26); }

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

background-color css

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

 a { background-color: rgb(210,35,26); }

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

border-color css

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

 span { border-color: rgb(210,35,26); }

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