Html Css Color HEX #C7461E Harley Davidson Orange

📋 copy color: '#C7461E'

red 199 ◦ green 70 ◦ blue 30

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

Shades of Harley Davidson Orange #C7461E

Tints of Harley Davidson Orange #C7461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 66.56%
G = 23.41%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7461E (or 0xC7461E) is known color: Harley Davidson Orange. HEX triplet: C7, 46 and 1E. RGB value is (199,70,30). Sum of RGB (Red+Green+Blue) = 199+70+30=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7461E is #38B9E1. Grayscale: #686868. Windows color (decimal): -3717602 or 1984199. OLE color: 1984199.

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

Color convert

RGB 199 70 30 -
CMYK 0 0.65 0.85 0.22
HSL 14.2º 0.74% 0.45% -
HSV(B) 14.2º 0.85% 0.78% -
XYZ 25.98 16.62 3.07 -
YUV 104.01 86.24 195.75 -
System Red Green Blue C M Y K H S L
Decimal 199 70 30 0 0.65 0.85 0.22 14.2 0.74 0.45
Hex C7 46 1E 0 41 55 16 E 4A 2D
Octal 307 106 36 0 101 125 26 16 112 55
Binary 11000111 1000110 11110 0 1000001 1010101 10110 1110 1001010 101101

Color Harmonies of #C7461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7461E

Black with #C7461E

Text Example


Text Example

White with #C7461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7461E; }

 p { color: rgb(199,70,30); }

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

background-color css

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

 a { background-color: rgb(199,70,30); }

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

border-color css

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

 span { border-color: rgb(199,70,30); }

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