Html Css Color HEX #C73B1E Harley Davidson Orange

📋 copy color: '#C73B1E'

red 199 ◦ green 59 ◦ blue 30

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

Shades of Harley Davidson Orange #C73B1E

Tints of Harley Davidson Orange #C73B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.49%

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 69.1%
G = 20.49%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C73B1E (or 0xC73B1E) is known color: Harley Davidson Orange. HEX triplet: C7, 3B and 1E. RGB value is (199,59,30). Sum of RGB (Red+Green+Blue) = 199+59+30=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B1E is #38C4E1. Grayscale: #616161. Windows color (decimal): -3720418 or 1981383. OLE color: 1981383.

HSL color Cylindrical-coordinate representation of color #C73B1E: hue angle of 10.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C73B1E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 30 -
CMYK 0 0.70 0.85 0.22
HSL 10.3º 0.74% 0.45% -
HSV(B) 10.3º 0.85% 0.78% -
XYZ 25.35 15.36 2.86 -
YUV 97.55 89.88 200.36 -
System Red Green Blue C M Y K H S L
Decimal 199 59 30 0 0.70 0.85 0.22 10.3 0.74 0.45
Hex C7 3B 1E 0 46 55 16 A 4A 2D
Octal 307 73 36 0 106 125 26 12 112 55
Binary 11000111 111011 11110 0 1000110 1010101 10110 1010 1001010 101101

Color Harmonies of #C73B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B1E

Black with #C73B1E

Text Example


Text Example

White with #C73B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B1E; }

 p { color: rgb(199,59,30); }

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

background-color css

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

 a { background-color: rgb(199,59,30); }

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

border-color css

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

 span { border-color: rgb(199,59,30); }

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