Html Css Color HEX #D3251C Harley Davidson Orange

📋 copy color: '#D3251C'

red 211 ◦ green 37 ◦ blue 28

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

Shades of Harley Davidson Orange #D3251C

Tints of Harley Davidson Orange #D3251C

RGB

 RED value IS 211 (82.81% from 255) = 76.45%

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 76.45%
G = 13.41%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3251C (or 0xD3251C) is known color: Harley Davidson Orange. HEX triplet: D3, 25 and 1C. RGB value is (211,37,28). Sum of RGB (Red+Green+Blue) = 211+37+28=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D3251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3251C is #2CDAE3. Grayscale: #585858. Windows color (decimal): -2939620 or 1844691. OLE color: 1844691.

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

Color convert

RGB 211 37 28 -
CMYK 0 0.82 0.87 0.17
HSL 2.95º 0.77% 0.47% -
HSV(B) 2.95º 0.87% 0.83% -
XYZ 27.74 15.26 2.58 -
YUV 88 94.15 215.73 -
System Red Green Blue C M Y K H S L
Decimal 211 37 28 0 0.82 0.87 0.17 2.95 0.77 0.47
Hex D3 25 1C 0 52 57 11 3 4D 2F
Octal 323 45 34 0 122 127 21 3 115 57
Binary 11010011 100101 11100 0 1010010 1010111 10001 11 1001101 101111

Color Harmonies of #D3251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3251C

Black with #D3251C

Text Example


Text Example

White with #D3251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3251C; }

 p { color: rgb(211,37,28); }

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

background-color css

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

 a { background-color: rgb(211,37,28); }

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

border-color css

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

 span { border-color: rgb(211,37,28); }

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