Html Css Color HEX #C63400 Harley Davidson Orange

📋 copy color: '#C63400'

red 198 ◦ green 52 ◦ blue 0

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

Shades of Harley Davidson Orange #C63400

Tints of Harley Davidson Orange #C63400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.2%
G = 20.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C63400 (or 0xC63400) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 00. RGB value is (198,52,0). Sum of RGB (Red+Green+Blue) = 198+52+0=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C63400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63400 is #39CBFF. Grayscale: #5A5A5A. Windows color (decimal): -3787776 or 13510. OLE color: 13510.

HSL color Cylindrical-coordinate representation of color #C63400: hue angle of 15.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C63400 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 0 -
CMYK 0 0.74 1 0.22
HSL 15.76º 1% 0.39% -
HSV(B) 15.76º 1% 0.78% -
XYZ 24.52 14.46 1.5 -
YUV 89.73 77.37 205.23 -
System Red Green Blue C M Y K H S L
Decimal 198 52 0 0 0.74 1 0.22 15.76 1 0.39
Hex C6 34 0 0 4A 64 16 10 64 27
Octal 306 64 0 0 112 144 26 20 144 47
Binary 11000110 110100 0 0 1001010 1100100 10110 10000 1100100 100111

Color Harmonies of #C63400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63400

Black with #C63400

Text Example


Text Example

White with #C63400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63400; }

 p { color: rgb(198,52,0); }

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

background-color css

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

 a { background-color: rgb(198,52,0); }

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

border-color css

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

 span { border-color: rgb(198,52,0); }

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