Html Css Color HEX #C7301F Harley Davidson Orange

📋 copy color: '#C7301F'

red 199 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #C7301F

Tints of Harley Davidson Orange #C7301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 71.58%
G = 17.27%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7301F (or 0xC7301F) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 1F. RGB value is (199,48,31). Sum of RGB (Red+Green+Blue) = 199+48+31=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7301F is #38CFE0. Grayscale: #5B5B5B. Windows color (decimal): -3723233 or 2044103. OLE color: 2044103.

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

Color convert

RGB 199 48 31 -
CMYK 0 0.76 0.84 0.22
HSL 6.07º 0.73% 0.45% -
HSV(B) 6.07º 0.84% 0.78% -
XYZ 24.86 14.35 2.76 -
YUV 91.21 94.03 204.88 -
System Red Green Blue C M Y K H S L
Decimal 199 48 31 0 0.76 0.84 0.22 6.07 0.73 0.45
Hex C7 30 1F 0 4C 54 16 6 49 2D
Octal 307 60 37 0 114 124 26 6 111 55
Binary 11000111 110000 11111 0 1001100 1010100 10110 110 1001001 101101

Color Harmonies of #C7301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7301F

Black with #C7301F

Text Example


Text Example

White with #C7301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7301F; }

 p { color: rgb(199,48,31); }

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

background-color css

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

 a { background-color: rgb(199,48,31); }

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

border-color css

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

 span { border-color: rgb(199,48,31); }

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