Html Css Color HEX #C74015 Harley Davidson Orange

📋 copy color: '#C74015'

red 199 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #C74015

Tints of Harley Davidson Orange #C74015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 70.07%
G = 22.54%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C74015 (or 0xC74015) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 15. RGB value is (199,64,21). Sum of RGB (Red+Green+Blue) = 199+64+21=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C74015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74015 is #38BFEA. Grayscale: #636363. Windows color (decimal): -3719147 or 1392839. OLE color: 1392839.

HSL color Cylindrical-coordinate representation of color #C74015: hue angle of 14.49º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C74015 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 21 -
CMYK 0 0.68 0.89 0.22
HSL 14.49º 0.81% 0.43% -
HSV(B) 14.49º 0.89% 0.78% -
XYZ 25.52 15.86 2.43 -
YUV 99.46 83.73 199 -
System Red Green Blue C M Y K H S L
Decimal 199 64 21 0 0.68 0.89 0.22 14.49 0.81 0.43
Hex C7 40 15 0 44 59 16 E 51 2B
Octal 307 100 25 0 104 131 26 16 121 53
Binary 11000111 1000000 10101 0 1000100 1011001 10110 1110 1010001 101011

Color Harmonies of #C74015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74015

Black with #C74015

Text Example


Text Example

White with #C74015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74015; }

 p { color: rgb(199,64,21); }

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

background-color css

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

 a { background-color: rgb(199,64,21); }

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

border-color css

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

 span { border-color: rgb(199,64,21); }

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