Html Css Color HEX #D33212 Harley Davidson Orange

📋 copy color: '#D33212'

red 211 ◦ green 50 ◦ blue 18

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

Shades of Harley Davidson Orange #D33212

Tints of Harley Davidson Orange #D33212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 75.63%
G = 17.92%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D33212 (or 0xD33212) is known color: Harley Davidson Orange. HEX triplet: D3, 32 and 12. RGB value is (211,50,18). Sum of RGB (Red+Green+Blue) = 211+50+18=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D33212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33212 is #2CCDED. Grayscale: #5E5E5E. Windows color (decimal): -2936302 or 1192659. OLE color: 1192659.

HSL color Cylindrical-coordinate representation of color #D33212: hue angle of 9.95º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D33212 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 50 18 -
CMYK 0 0.76 0.91 0.17
HSL 9.95º 0.84% 0.45% -
HSV(B) 9.95º 0.91% 0.83% -
XYZ 28.11 16.17 2.21 -
YUV 94.49 84.84 211.1 -
System Red Green Blue C M Y K H S L
Decimal 211 50 18 0 0.76 0.91 0.17 9.95 0.84 0.45
Hex D3 32 12 0 4C 5B 11 A 54 2D
Octal 323 62 22 0 114 133 21 12 124 55
Binary 11010011 110010 10010 0 1001100 1011011 10001 1010 1010100 101101

Color Harmonies of #D33212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33212

Black with #D33212

Text Example


Text Example

White with #D33212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33212; }

 p { color: rgb(211,50,18); }

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

background-color css

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

 a { background-color: rgb(211,50,18); }

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

border-color css

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

 span { border-color: rgb(211,50,18); }

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