Html Css Color HEX #C63605 Harley Davidson Orange

📋 copy color: '#C63605'

red 198 ◦ green 54 ◦ blue 5

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

Shades of Harley Davidson Orange #C63605

Tints of Harley Davidson Orange #C63605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 77.04%
G = 21.01%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C63605 (or 0xC63605) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 05. RGB value is (198,54,5). Sum of RGB (Red+Green+Blue) = 198+54+5=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C63605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63605 is #39C9FA. Grayscale: #5B5B5B. Windows color (decimal): -3787259 or 341702. OLE color: 341702.

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

Color convert

RGB 198 54 5 -
CMYK 0 0.73 0.97 0.22
HSL 15.23º 0.95% 0.4% -
HSV(B) 15.23º 0.97% 0.78% -
XYZ 24.64 14.66 1.67 -
YUV 91.47 79.21 203.98 -
System Red Green Blue C M Y K H S L
Decimal 198 54 5 0 0.73 0.97 0.22 15.23 0.95 0.4
Hex C6 36 5 0 49 61 16 F 5F 28
Octal 306 66 5 0 111 141 26 17 137 50
Binary 11000110 110110 101 0 1001001 1100001 10110 1111 1011111 101000

Color Harmonies of #C63605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63605

Black with #C63605

Text Example


Text Example

White with #C63605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63605; }

 p { color: rgb(198,54,5); }

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

background-color css

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

 a { background-color: rgb(198,54,5); }

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

border-color css

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

 span { border-color: rgb(198,54,5); }

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