Html Css Color HEX #C7461D Harley Davidson Orange

📋 copy color: '#C7461D'

red 199 ◦ green 70 ◦ blue 29

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

Shades of Harley Davidson Orange #C7461D

Tints of Harley Davidson Orange #C7461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 66.78%
G = 23.49%
B = 9.73%

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

#C7461D (or 0xC7461D) is known color: Harley Davidson Orange. HEX triplet: C7, 46 and 1D. RGB value is (199,70,29). Sum of RGB (Red+Green+Blue) = 199+70+29=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7461D is #38B9E2. Grayscale: #686868. Windows color (decimal): -3717603 or 1918663. OLE color: 1918663.

HSL color Cylindrical-coordinate representation of color #C7461D: hue angle of 14.47º degrees, saturation: 0.75, 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 #C7461D is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 29 -
CMYK 0 0.65 0.85 0.22
HSL 14.47º 0.75% 0.45% -
HSV(B) 14.47º 0.85% 0.78% -
XYZ 25.97 16.61 3 -
YUV 103.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 199 70 29 0 0.65 0.85 0.22 14.47 0.75 0.45
Hex C7 46 1D 0 41 55 16 E 4B 2D
Octal 307 106 35 0 101 125 26 16 113 55
Binary 11000111 1000110 11101 0 1000001 1010101 10110 1110 1001011 101101

Color Harmonies of #C7461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7461D

Black with #C7461D

Text Example


Text Example

White with #C7461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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