Html Css Color HEX #C63306 Harley Davidson Orange

📋 copy color: '#C63306'

red 198 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #C63306

Tints of Harley Davidson Orange #C63306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

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

R = 77.65%
G = 20%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C63306 (or 0xC63306) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 06. RGB value is (198,51,6). Sum of RGB (Red+Green+Blue) = 198+51+6=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C63306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63306 is #39CCF9. Grayscale: #5A5A5A. Windows color (decimal): -3788026 or 406470. OLE color: 406470.

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

Color convert

RGB 198 51 6 -
CMYK 0 0.74 0.97 0.22
HSL 14.06º 0.94% 0.4% -
HSV(B) 14.06º 0.97% 0.78% -
XYZ 24.51 14.39 1.66 -
YUV 89.82 80.7 205.16 -
System Red Green Blue C M Y K H S L
Decimal 198 51 6 0 0.74 0.97 0.22 14.06 0.94 0.4
Hex C6 33 6 0 4A 61 16 E 5E 28
Octal 306 63 6 0 112 141 26 16 136 50
Binary 11000110 110011 110 0 1001010 1100001 10110 1110 1011110 101000

Color Harmonies of #C63306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63306

Black with #C63306

Text Example


Text Example

White with #C63306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63306; }

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

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

background-color css

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

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

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

border-color css

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

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

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