Html Css Color HEX #C63707 Harley Davidson Orange

📋 copy color: '#C63707'

red 198 ◦ green 55 ◦ blue 7

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

Shades of Harley Davidson Orange #C63707

Tints of Harley Davidson Orange #C63707

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 76.15%
G = 21.15%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C63707 (or 0xC63707) is known color: Harley Davidson Orange. HEX triplet: C6, 37 and 07. RGB value is (198,55,7). Sum of RGB (Red+Green+Blue) = 198+55+7=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C63707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63707 is #39C8F8. Grayscale: #5C5C5C. Windows color (decimal): -3787001 or 473030. OLE color: 473030.

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

Color convert

RGB 198 55 7 -
CMYK 0 0.72 0.96 0.22
HSL 15.08º 0.93% 0.4% -
HSV(B) 15.08º 0.96% 0.78% -
XYZ 24.69 14.75 1.75 -
YUV 92.29 79.88 203.4 -
System Red Green Blue C M Y K H S L
Decimal 198 55 7 0 0.72 0.96 0.22 15.08 0.93 0.4
Hex C6 37 7 0 48 60 16 F 5D 28
Octal 306 67 7 0 110 140 26 17 135 50
Binary 11000110 110111 111 0 1001000 1100000 10110 1111 1011101 101000

Color Harmonies of #C63707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63707

Black with #C63707

Text Example


Text Example

White with #C63707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63707; }

 p { color: rgb(198,55,7); }

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

background-color css

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

 a { background-color: rgb(198,55,7); }

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

border-color css

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

 span { border-color: rgb(198,55,7); }

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