Html Css Color HEX #C73601 Harley Davidson Orange

📋 copy color: '#C73601'

red 199 ◦ green 54 ◦ blue 1

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

Shades of Harley Davidson Orange #C73601

Tints of Harley Davidson Orange #C73601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 78.35%
G = 21.26%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C73601 (or 0xC73601) is known color: Harley Davidson Orange. HEX triplet: C7, 36 and 01. RGB value is (199,54,1). Sum of RGB (Red+Green+Blue) = 199+54+1=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C73601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73601 is #38C9FE. Grayscale: #5B5B5B. Windows color (decimal): -3721727 or 79559. OLE color: 79559.

HSL color Cylindrical-coordinate representation of color #C73601: hue angle of 16.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C73601 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 54 1 -
CMYK 0 0.73 0.99 0.22
HSL 16.06º 0.99% 0.39% -
HSV(B) 16.06º 0.99% 0.78% -
XYZ 24.88 14.78 1.57 -
YUV 91.31 77.04 204.81 -
System Red Green Blue C M Y K H S L
Decimal 199 54 1 0 0.73 0.99 0.22 16.06 0.99 0.39
Hex C7 36 1 0 49 63 16 10 63 27
Octal 307 66 1 0 111 143 26 20 143 47
Binary 11000111 110110 1 0 1001001 1100011 10110 10000 1100011 100111

Color Harmonies of #C73601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73601

Black with #C73601

Text Example


Text Example

White with #C73601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73601; }

 p { color: rgb(199,54,1); }

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

background-color css

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

 a { background-color: rgb(199,54,1); }

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

border-color css

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

 span { border-color: rgb(199,54,1); }

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