Html Css Color HEX #C73816 Harley Davidson Orange

📋 copy color: '#C73816'

red 199 ◦ green 56 ◦ blue 22

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

Shades of Harley Davidson Orange #C73816

Tints of Harley Davidson Orange #C73816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 71.84%
G = 20.22%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C73816 (or 0xC73816) is known color: Harley Davidson Orange. HEX triplet: C7, 38 and 16. RGB value is (199,56,22). Sum of RGB (Red+Green+Blue) = 199+56+22=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C73816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73816 is #38C7E9. Grayscale: #5F5F5F. Windows color (decimal): -3721194 or 1456327. OLE color: 1456327.

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

Color convert

RGB 199 56 22 -
CMYK 0 0.72 0.89 0.22
HSL 11.53º 0.8% 0.43% -
HSV(B) 11.53º 0.89% 0.78% -
XYZ 25.11 15.03 2.34 -
YUV 94.88 86.88 202.26 -
System Red Green Blue C M Y K H S L
Decimal 199 56 22 0 0.72 0.89 0.22 11.53 0.8 0.43
Hex C7 38 16 0 48 59 16 C 50 2B
Octal 307 70 26 0 110 131 26 14 120 53
Binary 11000111 111000 10110 0 1001000 1011001 10110 1100 1010000 101011

Color Harmonies of #C73816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73816

Black with #C73816

Text Example


Text Example

White with #C73816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73816; }

 p { color: rgb(199,56,22); }

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

background-color css

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

 a { background-color: rgb(199,56,22); }

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

border-color css

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

 span { border-color: rgb(199,56,22); }

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