Html Css Color HEX #C6301D Harley Davidson Orange

📋 copy color: '#C6301D'

red 198 ◦ green 48 ◦ blue 29

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

Shades of Harley Davidson Orange #C6301D

Tints of Harley Davidson Orange #C6301D

RGB

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

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

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

R = 72%
G = 17.45%
B = 10.55%

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

#C6301D (or 0xC6301D) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 1D. RGB value is (198,48,29). Sum of RGB (Red+Green+Blue) = 198+48+29=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C6301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6301D is #39CFE2. Grayscale: #5A5A5A. Windows color (decimal): -3788771 or 1913030. OLE color: 1913030.

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

Color convert

RGB 198 48 29 -
CMYK 0 0.76 0.85 0.22
HSL 6.75º 0.74% 0.45% -
HSV(B) 6.75º 0.85% 0.78% -
XYZ 24.57 14.21 2.61 -
YUV 90.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 198 48 29 0 0.76 0.85 0.22 6.75 0.74 0.45
Hex C6 30 1D 0 4C 55 16 7 4A 2D
Octal 306 60 35 0 114 125 26 7 112 55
Binary 11000110 110000 11101 0 1001100 1010101 10110 111 1001010 101101

Color Harmonies of #C6301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6301D

Black with #C6301D

Text Example


Text Example

White with #C6301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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