Html Css Color HEX #C73311 Harley Davidson Orange

📋 copy color: '#C73311'

red 199 ◦ green 51 ◦ blue 17

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

Shades of Harley Davidson Orange #C73311

Tints of Harley Davidson Orange #C73311

RGB

 RED value IS 199 (78.13% from 255) = 74.53%

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

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

R = 74.53%
G = 19.1%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C73311 (or 0xC73311) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 11. RGB value is (199,51,17). Sum of RGB (Red+Green+Blue) = 199+51+17=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C73311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73311 is #38CCEE. Grayscale: #5B5B5B. Windows color (decimal): -3722479 or 1127367. OLE color: 1127367.

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

Color convert

RGB 199 51 17 -
CMYK 0 0.74 0.91 0.22
HSL 11.21º 0.84% 0.42% -
HSV(B) 11.21º 0.91% 0.78% -
XYZ 24.84 14.55 2.03 -
YUV 91.38 86.03 204.76 -
System Red Green Blue C M Y K H S L
Decimal 199 51 17 0 0.74 0.91 0.22 11.21 0.84 0.42
Hex C7 33 11 0 4A 5B 16 B 54 2A
Octal 307 63 21 0 112 133 26 13 124 52
Binary 11000111 110011 10001 0 1001010 1011011 10110 1011 1010100 101010

Color Harmonies of #C73311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73311

Black with #C73311

Text Example


Text Example

White with #C73311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73311; }

 p { color: rgb(199,51,17); }

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

background-color css

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

 a { background-color: rgb(199,51,17); }

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

border-color css

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

 span { border-color: rgb(199,51,17); }

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