Html Css Color HEX #C7390A Harley Davidson Orange

📋 copy color: '#C7390A'

red 199 ◦ green 57 ◦ blue 10

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

Shades of Harley Davidson Orange #C7390A

Tints of Harley Davidson Orange #C7390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

 BLUE value IS 10 (4.3% from 255) = 3.76%

R = 74.81%
G = 21.43%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7390A (or 0xC7390A) is known color: Harley Davidson Orange. HEX triplet: C7, 39 and 0A. RGB value is (199,57,10). Sum of RGB (Red+Green+Blue) = 199+57+10=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7390A is #38C6F5. Grayscale: #5E5E5E. Windows color (decimal): -3720950 or 670151. OLE color: 670151.

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

Color convert

RGB 199 57 10 -
CMYK 0 0.71 0.95 0.22
HSL 14.92º 0.9% 0.41% -
HSV(B) 14.92º 0.95% 0.78% -
XYZ 25.07 15.09 1.88 -
YUV 94.1 80.54 202.82 -
System Red Green Blue C M Y K H S L
Decimal 199 57 10 0 0.71 0.95 0.22 14.92 0.9 0.41
Hex C7 39 A 0 47 5F 16 F 5A 29
Octal 307 71 12 0 107 137 26 17 132 51
Binary 11000111 111001 1010 0 1000111 1011111 10110 1111 1011010 101001

Color Harmonies of #C7390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7390A

Black with #C7390A

Text Example


Text Example

White with #C7390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7390A; }

 p { color: rgb(199,57,10); }

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

background-color css

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

 a { background-color: rgb(199,57,10); }

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

border-color css

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

 span { border-color: rgb(199,57,10); }

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