Html Css Color HEX #D6330F Harley Davidson Orange

📋 copy color: '#D6330F'

red 214 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #D6330F

Tints of Harley Davidson Orange #D6330F

RGB

 RED value IS 214 (83.98% from 255) = 76.43%

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

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 76.43%
G = 18.21%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6330F (or 0xD6330F) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 0F. RGB value is (214,51,15). Sum of RGB (Red+Green+Blue) = 214+51+15=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6330F is #29CCF0. Grayscale: #5F5F5F. Windows color (decimal): -2739441 or 996310. OLE color: 996310.

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

Color convert

RGB 214 51 15 -
CMYK 0 0.76 0.93 0.16
HSL 10.85º 0.87% 0.45% -
HSV(B) 10.85º 0.93% 0.84% -
XYZ 29 16.7 2.15 -
YUV 95.63 82.5 212.43 -
System Red Green Blue C M Y K H S L
Decimal 214 51 15 0 0.76 0.93 0.16 10.85 0.87 0.45
Hex D6 33 F 0 4C 5D 10 B 57 2D
Octal 326 63 17 0 114 135 20 13 127 55
Binary 11010110 110011 1111 0 1001100 1011101 10000 1011 1010111 101101

Color Harmonies of #D6330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6330F

Black with #D6330F

Text Example


Text Example

White with #D6330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6330F; }

 p { color: rgb(214,51,15); }

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

background-color css

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

 a { background-color: rgb(214,51,15); }

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

border-color css

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

 span { border-color: rgb(214,51,15); }

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