Html Css Color HEX #C7401C Harley Davidson Orange

📋 copy color: '#C7401C'

red 199 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #C7401C

Tints of Harley Davidson Orange #C7401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 68.38%
G = 21.99%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7401C (or 0xC7401C) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 1C. RGB value is (199,64,28). Sum of RGB (Red+Green+Blue) = 199+64+28=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7401C is #38BFE3. Grayscale: #646464. Windows color (decimal): -3719140 or 1851591. OLE color: 1851591.

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

Color convert

RGB 199 64 28 -
CMYK 0 0.68 0.86 0.22
HSL 12.63º 0.75% 0.45% -
HSV(B) 12.63º 0.86% 0.78% -
XYZ 25.6 15.89 2.82 -
YUV 100.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 199 64 28 0 0.68 0.86 0.22 12.63 0.75 0.45
Hex C7 40 1C 0 44 56 16 D 4B 2D
Octal 307 100 34 0 104 126 26 15 113 55
Binary 11000111 1000000 11100 0 1000100 1010110 10110 1101 1001011 101101

Color Harmonies of #C7401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7401C

Black with #C7401C

Text Example


Text Example

White with #C7401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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