Html Css Color HEX #C84111 Harley Davidson Orange

📋 copy color: '#C84111'

red 200 ◦ green 65 ◦ blue 17

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

Shades of Harley Davidson Orange #C84111

Tints of Harley Davidson Orange #C84111

RGB

 RED value IS 200 (78.52% from 255) = 70.92%

 GREEN value IS 65 (25.78% from 255) = 23.05%

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 70.92%
G = 23.05%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C84111 (or 0xC84111) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 11. RGB value is (200,65,17). Sum of RGB (Red+Green+Blue) = 200+65+17=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C84111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84111 is #37BEEE. Grayscale: #646464. Windows color (decimal): -3653359 or 1130952. OLE color: 1130952.

HSL color Cylindrical-coordinate representation of color #C84111: hue angle of 15.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C84111 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 17 -
CMYK 0 0.68 0.92 0.22
HSL 15.74º 0.84% 0.43% -
HSV(B) 15.74º 0.92% 0.78% -
XYZ 25.81 16.1 2.28 -
YUV 99.89 81.23 199.4 -
System Red Green Blue C M Y K H S L
Decimal 200 65 17 0 0.68 0.92 0.22 15.74 0.84 0.43
Hex C8 41 11 0 44 5C 16 10 54 2B
Octal 310 101 21 0 104 134 26 20 124 53
Binary 11001000 1000001 10001 0 1000100 1011100 10110 10000 1010100 101011

Color Harmonies of #C84111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84111

Black with #C84111

Text Example


Text Example

White with #C84111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84111; }

 p { color: rgb(200,65,17); }

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

background-color css

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

 a { background-color: rgb(200,65,17); }

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

border-color css

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

 span { border-color: rgb(200,65,17); }

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