Html Css Color HEX #C6301E Harley Davidson Orange

📋 copy color: '#C6301E'

red 198 ◦ green 48 ◦ blue 30

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

Shades of Harley Davidson Orange #C6301E

Tints of Harley Davidson Orange #C6301E

RGB

 RED value IS 198 (77.73% from 255) = 71.74%

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

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

R = 71.74%
G = 17.39%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6301E (or 0xC6301E) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 1E. RGB value is (198,48,30). Sum of RGB (Red+Green+Blue) = 198+48+30=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C6301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6301E is #39CFE1. Grayscale: #5B5B5B. Windows color (decimal): -3788770 or 1978566. OLE color: 1978566.

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

Color convert

RGB 198 48 30 -
CMYK 0 0.76 0.85 0.22
HSL 6.43º 0.74% 0.45% -
HSV(B) 6.43º 0.85% 0.78% -
XYZ 24.58 14.21 2.68 -
YUV 90.8 93.7 204.46 -
System Red Green Blue C M Y K H S L
Decimal 198 48 30 0 0.76 0.85 0.22 6.43 0.74 0.45
Hex C6 30 1E 0 4C 55 16 6 4A 2D
Octal 306 60 36 0 114 125 26 6 112 55
Binary 11000110 110000 11110 0 1001100 1010101 10110 110 1001010 101101

Color Harmonies of #C6301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6301E

Black with #C6301E

Text Example


Text Example

White with #C6301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6301E; }

 p { color: rgb(198,48,30); }

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

background-color css

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

 a { background-color: rgb(198,48,30); }

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

border-color css

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

 span { border-color: rgb(198,48,30); }

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