Html Css Color HEX #D3350C Harley Davidson Orange

📋 copy color: '#D3350C'

red 211 ◦ green 53 ◦ blue 12

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

Shades of Harley Davidson Orange #D3350C

Tints of Harley Davidson Orange #D3350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 12 (5.08% from 255) = 4.35%

R = 76.45%
G = 19.2%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3350C (or 0xD3350C) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 0C. RGB value is (211,53,12). Sum of RGB (Red+Green+Blue) = 211+53+12=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D3350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3350C is #2CCAF3. Grayscale: #5F5F5F. Windows color (decimal): -2935540 or 800211. OLE color: 800211.

HSL color Cylindrical-coordinate representation of color #D3350C: hue angle of 12.36º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3350C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 53 12 -
CMYK 0 0.75 0.94 0.17
HSL 12.36º 0.89% 0.44% -
HSV(B) 12.36º 0.94% 0.83% -
XYZ 28.2 16.42 2.03 -
YUV 95.57 80.85 210.33 -
System Red Green Blue C M Y K H S L
Decimal 211 53 12 0 0.75 0.94 0.17 12.36 0.89 0.44
Hex D3 35 C 0 4B 5E 11 C 59 2C
Octal 323 65 14 0 113 136 21 14 131 54
Binary 11010011 110101 1100 0 1001011 1011110 10001 1100 1011001 101100

Color Harmonies of #D3350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3350C

Black with #D3350C

Text Example


Text Example

White with #D3350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3350C; }

 p { color: rgb(211,53,12); }

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

background-color css

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

 a { background-color: rgb(211,53,12); }

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

border-color css

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

 span { border-color: rgb(211,53,12); }

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