Html Css Color HEX #C74419 Harley Davidson Orange

📋 copy color: '#C74419'

red 199 ◦ green 68 ◦ blue 25

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

Shades of Harley Davidson Orange #C74419

Tints of Harley Davidson Orange #C74419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

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

R = 68.15%
G = 23.29%
B = 8.56%

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

#C74419 (or 0xC74419) is known color: Harley Davidson Orange. HEX triplet: C7, 44 and 19. RGB value is (199,68,25). Sum of RGB (Red+Green+Blue) = 199+68+25=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C74419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74419 is #38BBE6. Grayscale: #666666. Windows color (decimal): -3718119 or 1656007. OLE color: 1656007.

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

Color convert

RGB 199 68 25 -
CMYK 0 0.66 0.87 0.22
HSL 14.83º 0.78% 0.44% -
HSV(B) 14.83º 0.87% 0.78% -
XYZ 25.8 16.35 2.72 -
YUV 102.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 199 68 25 0 0.66 0.87 0.22 14.83 0.78 0.44
Hex C7 44 19 0 42 57 16 F 4E 2C
Octal 307 104 31 0 102 127 26 17 116 54
Binary 11000111 1000100 11001 0 1000010 1010111 10110 1111 1001110 101100

Color Harmonies of #C74419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74419

Black with #C74419

Text Example


Text Example

White with #C74419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74419; }

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

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

background-color css

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

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

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

border-color css

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

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

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