Html Css Color HEX #C7380A Harley Davidson Orange

📋 copy color: '#C7380A'

red 199 ◦ green 56 ◦ blue 10

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

Shades of Harley Davidson Orange #C7380A

Tints of Harley Davidson Orange #C7380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 75.09%
G = 21.13%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7380A (or 0xC7380A) is known color: Harley Davidson Orange. HEX triplet: C7, 38 and 0A. RGB value is (199,56,10). Sum of RGB (Red+Green+Blue) = 199+56+10=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7380A is #38C7F5. Grayscale: #5D5D5D. Windows color (decimal): -3721206 or 669895. OLE color: 669895.

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

Color convert

RGB 199 56 10 -
CMYK 0 0.72 0.95 0.22
HSL 14.6º 0.9% 0.41% -
HSV(B) 14.6º 0.95% 0.78% -
XYZ 25.02 14.99 1.86 -
YUV 93.51 80.88 203.24 -
System Red Green Blue C M Y K H S L
Decimal 199 56 10 0 0.72 0.95 0.22 14.6 0.9 0.41
Hex C7 38 A 0 48 5F 16 F 5A 29
Octal 307 70 12 0 110 137 26 17 132 51
Binary 11000111 111000 1010 0 1001000 1011111 10110 1111 1011010 101001

Color Harmonies of #C7380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7380A

Black with #C7380A

Text Example


Text Example

White with #C7380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7380A; }

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

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

background-color css

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

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

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

border-color css

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

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

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