Html Css Color HEX #C73C0F Harley Davidson Orange

📋 copy color: '#C73C0F'

red 199 ◦ green 60 ◦ blue 15

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

Shades of Harley Davidson Orange #C73C0F

Tints of Harley Davidson Orange #C73C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 72.63%
G = 21.9%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C73C0F (or 0xC73C0F) is known color: Harley Davidson Orange. HEX triplet: C7, 3C and 0F. RGB value is (199,60,15). Sum of RGB (Red+Green+Blue) = 199+60+15=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73C0F is #38C3F0. Grayscale: #606060. Windows color (decimal): -3720177 or 998599. OLE color: 998599.

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

Color convert

RGB 199 60 15 -
CMYK 0 0.70 0.92 0.22
HSL 14.67º 0.86% 0.42% -
HSV(B) 14.67º 0.92% 0.78% -
XYZ 25.26 15.41 2.09 -
YUV 96.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 199 60 15 0 0.70 0.92 0.22 14.67 0.86 0.42
Hex C7 3C F 0 46 5C 16 F 56 2A
Octal 307 74 17 0 106 134 26 17 126 52
Binary 11000111 111100 1111 0 1000110 1011100 10110 1111 1010110 101010

Color Harmonies of #C73C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C0F

Black with #C73C0F

Text Example


Text Example

White with #C73C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C0F; }

 p { color: rgb(199,60,15); }

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

background-color css

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

 a { background-color: rgb(199,60,15); }

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

border-color css

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

 span { border-color: rgb(199,60,15); }

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