Html Css Color HEX #C73808 Harley Davidson Orange

📋 copy color: '#C73808'

red 199 ◦ green 56 ◦ blue 8

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

Shades of Harley Davidson Orange #C73808

Tints of Harley Davidson Orange #C73808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 75.67%
G = 21.29%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C73808 (or 0xC73808) is known color: Harley Davidson Orange. HEX triplet: C7, 38 and 08. RGB value is (199,56,8). Sum of RGB (Red+Green+Blue) = 199+56+8=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C73808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73808 is #38C7F7. Grayscale: #5D5D5D. Windows color (decimal): -3721208 or 538823. OLE color: 538823.

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

Color convert

RGB 199 56 8 -
CMYK 0 0.72 0.96 0.22
HSL 15.08º 0.92% 0.41% -
HSV(B) 15.08º 0.96% 0.78% -
XYZ 25.01 14.99 1.8 -
YUV 93.29 79.88 203.4 -
System Red Green Blue C M Y K H S L
Decimal 199 56 8 0 0.72 0.96 0.22 15.08 0.92 0.41
Hex C7 38 8 0 48 60 16 F 5C 29
Octal 307 70 10 0 110 140 26 17 134 51
Binary 11000111 111000 1000 0 1001000 1100000 10110 1111 1011100 101001

Color Harmonies of #C73808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73808

Black with #C73808

Text Example


Text Example

White with #C73808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73808; }

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

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

background-color css

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

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

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

border-color css

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

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

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