Html Css Color HEX #C73008 Harley Davidson Orange

📋 copy color: '#C73008'

red 199 ◦ green 48 ◦ blue 8

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

Shades of Harley Davidson Orange #C73008

Tints of Harley Davidson Orange #C73008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 78.04%
G = 18.82%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C73008 (or 0xC73008) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 08. RGB value is (199,48,8). Sum of RGB (Red+Green+Blue) = 199+48+8=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C73008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73008 is #38CFF7. Grayscale: #585858. Windows color (decimal): -3723256 or 536775. OLE color: 536775.

HSL color Cylindrical-coordinate representation of color #C73008: hue angle of 12.57º 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 #C73008 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 48 8 -
CMYK 0 0.76 0.96 0.22
HSL 12.57º 0.92% 0.41% -
HSV(B) 12.57º 0.96% 0.78% -
XYZ 24.65 14.27 1.69 -
YUV 88.59 82.53 206.75 -
System Red Green Blue C M Y K H S L
Decimal 199 48 8 0 0.76 0.96 0.22 12.57 0.92 0.41
Hex C7 30 8 0 4C 60 16 D 5C 29
Octal 307 60 10 0 114 140 26 15 134 51
Binary 11000111 110000 1000 0 1001100 1100000 10110 1101 1011100 101001

Color Harmonies of #C73008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73008

Black with #C73008

Text Example


Text Example

White with #C73008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73008; }

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

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

background-color css

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

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

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

border-color css

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

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

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