Html Css Color HEX #C63006 Harley Davidson Orange

📋 copy color: '#C63006'

red 198 ◦ green 48 ◦ blue 6

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

Shades of Harley Davidson Orange #C63006

Tints of Harley Davidson Orange #C63006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 78.57%
G = 19.05%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C63006 (or 0xC63006) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 06. RGB value is (198,48,6). Sum of RGB (Red+Green+Blue) = 198+48+6=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C63006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63006 is #39CFF9. Grayscale: #585858. Windows color (decimal): -3788794 or 405702. OLE color: 405702.

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

Color convert

RGB 198 48 6 -
CMYK 0 0.76 0.97 0.22
HSL 13.13º 0.94% 0.4% -
HSV(B) 13.13º 0.97% 0.78% -
XYZ 24.38 14.13 1.62 -
YUV 88.06 81.7 206.42 -
System Red Green Blue C M Y K H S L
Decimal 198 48 6 0 0.76 0.97 0.22 13.13 0.94 0.4
Hex C6 30 6 0 4C 61 16 D 5E 28
Octal 306 60 6 0 114 141 26 15 136 50
Binary 11000110 110000 110 0 1001100 1100001 10110 1101 1011110 101000

Color Harmonies of #C63006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63006

Black with #C63006

Text Example


Text Example

White with #C63006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63006; }

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

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

background-color css

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

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

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

border-color css

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

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

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