Html Css Color HEX #D2331F Harley Davidson Orange

📋 copy color: '#D2331F'

red 210 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #D2331F

Tints of Harley Davidson Orange #D2331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 71.92%
G = 17.47%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2331F (or 0xD2331F) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 1F. RGB value is (210,51,31). Sum of RGB (Red+Green+Blue) = 210+51+31=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2331F is #2DCCE0. Grayscale: #606060. Windows color (decimal): -3001569 or 2044882. OLE color: 2044882.

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

Color convert

RGB 210 51 31 -
CMYK 0 0.76 0.85 0.18
HSL 6.7º 0.74% 0.47% -
HSV(B) 6.7º 0.85% 0.82% -
XYZ 28.01 16.17 2.94 -
YUV 96.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 210 51 31 0 0.76 0.85 0.18 6.7 0.74 0.47
Hex D2 33 1F 0 4C 55 12 7 4A 2F
Octal 322 63 37 0 114 125 22 7 112 57
Binary 11010010 110011 11111 0 1001100 1010101 10010 111 1001010 101111

Color Harmonies of #D2331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2331F

Black with #D2331F

Text Example


Text Example

White with #D2331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2331F; }

 p { color: rgb(210,51,31); }

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

background-color css

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

 a { background-color: rgb(210,51,31); }

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

border-color css

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

 span { border-color: rgb(210,51,31); }

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