Html Css Color HEX #C73208 Harley Davidson Orange

📋 copy color: '#C73208'

red 199 ◦ green 50 ◦ blue 8

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

Shades of Harley Davidson Orange #C73208

Tints of Harley Davidson Orange #C73208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 77.43%
G = 19.46%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C73208 (or 0xC73208) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 08. RGB value is (199,50,8). Sum of RGB (Red+Green+Blue) = 199+50+8=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C73208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73208 is #38CDF7. Grayscale: #5A5A5A. Windows color (decimal): -3722744 or 537287. OLE color: 537287.

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

Color convert

RGB 199 50 8 -
CMYK 0 0.75 0.96 0.22
HSL 13.19º 0.92% 0.41% -
HSV(B) 13.19º 0.96% 0.78% -
XYZ 24.74 14.44 1.71 -
YUV 89.76 81.86 205.92 -
System Red Green Blue C M Y K H S L
Decimal 199 50 8 0 0.75 0.96 0.22 13.19 0.92 0.41
Hex C7 32 8 0 4B 60 16 D 5C 29
Octal 307 62 10 0 113 140 26 15 134 51
Binary 11000111 110010 1000 0 1001011 1100000 10110 1101 1011100 101001

Color Harmonies of #C73208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73208

Black with #C73208

Text Example


Text Example

White with #C73208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73208; }

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

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

background-color css

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

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

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

border-color css

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

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

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