Html Css Color HEX #C74319 Harley Davidson Orange

📋 copy color: '#C74319'

red 199 ◦ green 67 ◦ blue 25

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

Shades of Harley Davidson Orange #C74319

Tints of Harley Davidson Orange #C74319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 25 (10.16% from 255) = 8.59%

R = 68.38%
G = 23.02%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C74319 (or 0xC74319) is known color: Harley Davidson Orange. HEX triplet: C7, 43 and 19. RGB value is (199,67,25). Sum of RGB (Red+Green+Blue) = 199+67+25=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C74319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74319 is #38BCE6. Grayscale: #656565. Windows color (decimal): -3718375 or 1655751. OLE color: 1655751.

HSL color Cylindrical-coordinate representation of color #C74319: hue angle of 14.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C74319 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 67 25 -
CMYK 0 0.66 0.87 0.22
HSL 14.48º 0.78% 0.44% -
HSV(B) 14.48º 0.87% 0.78% -
XYZ 25.74 16.23 2.7 -
YUV 101.68 84.73 197.42 -
System Red Green Blue C M Y K H S L
Decimal 199 67 25 0 0.66 0.87 0.22 14.48 0.78 0.44
Hex C7 43 19 0 42 57 16 E 4E 2C
Octal 307 103 31 0 102 127 26 16 116 54
Binary 11000111 1000011 11001 0 1000010 1010111 10110 1110 1001110 101100

Color Harmonies of #C74319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74319

Black with #C74319

Text Example


Text Example

White with #C74319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74319; }

 p { color: rgb(199,67,25); }

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

background-color css

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

 a { background-color: rgb(199,67,25); }

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

border-color css

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

 span { border-color: rgb(199,67,25); }

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